diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml index 9ce67b9..a1c4b38 100644 --- a/firmware/Cargo.toml +++ b/firmware/Cargo.toml @@ -15,7 +15,7 @@ cortex-m = { version = "0.7.7", features = [ cortex-m-rt = "0.7.5" defmt = { version = "1.0.1", optional = true } defmt-rtt = { version = "1.0.0", optional = true } -embassy-executor = { version = "0.9.1", features = [ +embassy-executor = { version = "0.10.0", features = [ "arch-cortex-m", "executor-thread", ] }