diff --git a/Cargo.toml b/Cargo.toml index c830343..4e55fa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,13 +14,13 @@ 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.8" +rp-pico = "0.9" # but you can use any BSP. Uncomment this to use the pro_micro_rp2040 BSP instead -# sparkfun-pro-micro-rp2040 = "0.7" +# sparkfun-pro-micro-rp2040 = "0.8" # If you're not going to use a Board Support Package you'll need these: -# rp2040-hal = { version="0.9", features=["rt", "critical-section-impl"] } +# rp2040-hal = { version="0.10", features=["rt", "critical-section-impl"] } # rp2040-boot2 = "0.3" # cargo build/run diff --git a/cargo-generate/Cargo.toml b/cargo-generate/Cargo.toml index 101fdee..76ffce4 100644 --- a/cargo-generate/Cargo.toml +++ b/cargo-generate/Cargo.toml @@ -14,13 +14,13 @@ 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.8" +rp-pico = "0.9" # 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.8" # 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-hal = { version="0.10", features=["rt", "critical-section-impl"] } # rp2040-boot2 = "0.2" # cargo build/run