From 3e356e7ce7142373c2059d7ebf534a438482ae7b Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sat, 21 Aug 2021 23:32:45 +1000 Subject: [PATCH] Switch to git rp2040-hal to avoid 0.2.0 i2c breakage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 971b5a0..3e67718 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 = "0.2.0" +rp2040-hal = { git = "https://github.com/rp-rs/rp-hal", branch="main" } rp2040-boot2 = { git = "https://github.com/rp-rs/rp2040-boot2-rs", branch="main" } [features]