From 84b903b12a498057149343ff103010fe6121ece6 Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Fri, 19 Nov 2021 22:22:29 +0000 Subject: [PATCH] PAC 0.1.6 is now released. --- rp2040-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040-hal/Cargo.toml b/rp2040-hal/Cargo.toml index 8e4ff4b..7550c92 100644 --- a/rp2040-hal/Cargo.toml +++ b/rp2040-hal/Cargo.toml @@ -16,7 +16,7 @@ eh1_0_alpha = { version = "=1.0.0-alpha.5", package="embedded-hal", optional=tru embedded-time = "0.12.0" itertools = { version = "0.10.1", default-features = false } nb = "1.0" -rp2040-pac = { git = "https://github.com/rp-rs/rp2040-pac.git", branch = "release_016", version = "0.1.6" } +rp2040-pac = "0.1.6" paste = "1.0" pio = { git = "https://github.com/rp-rs/pio-rs.git", branch = "main" } usb-device = "0.2.8"