diff --git a/Cargo.toml b/Cargo.toml index 730f7a7..c3e3b4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,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.6" +rp-pico = "0.7" # but you can use any BSP. Uncomment this to use the pro_micro_rp2040 BSP instead # sparkfun-pro-micro-rp2040 = "0.3" # If you're not going to use a Board Support Package you'll need these: -# rp2040-hal = { version="0.6", features=["rt"] } +# rp2040-hal = { version="0.8", features=["rt"] } # rp2040-boot2 = "0.2" # cargo build/run