Skip to content

Commit

Permalink
Update enumset to 1.1 (#366)
Browse files Browse the repository at this point in the history
Version change: "1" -> "1.1"
`src/uart.rs` uses `EnumSet::EMPTY` for a `const fn`.
`EnumSet::EMPTY` is not available in 1.0.0, but first introduced in 1.1.
  • Loading branch information
Patiga authored Jan 20, 2024
1 parent d161ebd commit 2c1c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ esp-idf-sys = { version = "0.33.7", default-features = false }
critical-section = { version = "1.1.1", optional = true }
heapless = "0.8"
num_enum = { version = "0.7", default-features = false }
enumset = { version = "1", default-features = false }
enumset = { version = "1.1", default-features = false }
log = { version = "0.4", default-features = false }
atomic-waker = { version = "1.1.1", default-features = false }
embassy-sync = { version = "0.5" }
Expand Down

0 comments on commit 2c1c526

Please sign in to comment.