From ee2292eba0f5c3b7299a6e7de4e84458d30391ce Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sat, 2 Sep 2023 19:35:33 +0000 Subject: [PATCH] Update dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index de633d3..c830343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,14 +14,14 @@ defmt-rtt = "0.4" panic-probe = { version = "0.3", features = ["print-defmt"] } # We're using a Pico by default on this template -rp-pico = "0.7" +rp-pico = "0.8" # but you can use any BSP. Uncomment this to use the pro_micro_rp2040 BSP instead -# sparkfun-pro-micro-rp2040 = "0.6" +# sparkfun-pro-micro-rp2040 = "0.7" # If you're not going to use a Board Support Package you'll need these: -# rp2040-hal = { version="0.8", features=["rt", "critical-section-impl"] } -# rp2040-boot2 = "0.2" +# rp2040-hal = { version="0.9", features=["rt", "critical-section-impl"] } +# rp2040-boot2 = "0.3" # cargo build/run [profile.dev]