Skip to content

Commit

Permalink
Improve enumset dependency req
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Aug 3, 2024
1 parent 732a33e commit 4faf55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursive-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all-features = true

[dependencies]
enum-map = "2.0"
enumset = "1.1.0"
enumset = "1.1.4" # EnumSet::empty() became `const` in 1.1.4
log = "0.4"
unicode-segmentation = "1"
unicode-width = "0.1"
Expand Down

0 comments on commit 4faf55c

Please sign in to comment.