diff --git a/Cargo.toml b/Cargo.toml index 5b98ced..7c0659d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ embassy-executor = { version = "0.5.0", features = ["task-arena-size-32768", "ar embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } embassy-futures = { version = "0.1.1" } -cortex-m-rt = "0.7.0" +cortex-m-rt = "0.7.3"