aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor
diff options
context:
space:
mode:
authorPhil-hacker <[email protected]>2025-04-08 22:07:36 +0200
committerPhil-hacker <[email protected]>2025-04-08 22:07:36 +0200
commit1a4b1a9476cf4fa6d962379c1deabbb4bf046b84 (patch)
tree0c23a17dcd310344bdba536cbaaf5e8e946acabd /embassy-executor
parent5158482eb95d2ec5c25d0d65991e7df2d5733e10 (diff)
update `avr_device`
Diffstat (limited to 'embassy-executor')
-rw-r--r--embassy-executor/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml
index 8d7cf715f..0f69d3c8a 100644
--- a/embassy-executor/Cargo.toml
+++ b/embassy-executor/Cargo.toml
@@ -50,7 +50,7 @@ wasm-bindgen = { version = "0.2.82", optional = true }
50js-sys = { version = "0.3", optional = true } 50js-sys = { version = "0.3", optional = true }
51 51
52# arch-avr dependencies 52# arch-avr dependencies
53avr-device = { version = "0.5.3", optional = true } 53avr-device = { version = "0.7.0", optional = true }
54 54
55[dev-dependencies] 55[dev-dependencies]
56critical-section = { version = "1.1", features = ["std"] } 56critical-section = { version = "1.1", features = ["std"] }