Skip to content

Commit

Permalink
[avr] bump avr-device to version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tones111 committed Dec 31, 2024
1 parent d874a77 commit 0578870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embassy-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ wasm-bindgen = { version = "0.2.82", optional = true }
js-sys = { version = "0.3", optional = true }

# arch-avr dependencies
avr-device = { version = "0.5.3", features = ["critical-section-impl", "rt"], optional = true }
avr-device = { version = "0.6", features = ["critical-section-impl", "rt"], optional = true }

[dev-dependencies]
critical-section = { version = "1.1", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/avr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.1.0"
license = "MIT OR Apache-2.0"

[dependencies]
avr-device = { version = "0.5", features = ["atmega328p"] }
avr-device = { version = "0.6", features = ["atmega328p"] }
embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-avr", "executor-thread", "nightly"] }
panic-halt = "1"

Expand Down

0 comments on commit 0578870

Please sign in to comment.