From 8b55302179c1c9ff92cc818c6a3bd90ec60171e5 Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 15 Aug 2021 14:08:53 +1000 Subject: [PATCH] Use published version of rp2040-hal --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 42faf2d..1522a6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ defmt = "0.1.3" defmt-rtt = "0.1.0" panic-probe = "0.1.0" -rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main" } +rp2040-hal = "0.2.0" rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", branch="main" } [features]