diff --git a/rust/pico/Cargo.toml b/rust/pico/Cargo.toml index 6762d02..8fd9c37 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -4,7 +4,7 @@ name = "pico-pedal" version = "0.1.0" [dependencies] -cortex-m = "0.7.6" +cortex-m = "0.7.7" cortex-m-rt = "0.7.2" cortex-m-rtic = "1.1.3" fugit = "0.3.6"