Skip to content

Commit

Permalink
bump enumset to at least use 1.1.4 such that EnumSete::empty() is const
Browse files Browse the repository at this point in the history
  • Loading branch information
Vollbrecht committed Aug 9, 2024
1 parent 72f6448 commit 098e2df
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 @@ -52,7 +52,7 @@ esp-idf-sys = { version = "0.35", default-features = false }
critical-section = { version = "1.1.1", optional = true, features = ["restore-state-none"] }
heapless = "0.8"
num_enum = { version = "0.7", default-features = false }
enumset = { version = "1.1", default-features = false }
enumset = { version = "1.1.4", default-features = false }
log = { version = "0.4", default-features = false }
atomic-waker = { version = "1.1.1", default-features = false }
embassy-sync = { version = "0.6" }
Expand Down

0 comments on commit 098e2df

Please sign in to comment.