Skip to content

Commit

Permalink
deps: update open-enum with fix for cfg derives (#67)
Browse files Browse the repository at this point in the history
Pickup the dependency fix that fixes #63.
  • Loading branch information
chris-oo authored Jun 18, 2024
1 parent 8121b51 commit 02299f4
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 @@ -16,7 +16,7 @@ anyhow = "1.0"
bitfield-struct = "0.7"
crc32fast = { version = "1.3.2", default-features = false }
hex = { version = "0.4", default-features = false }
open-enum = "0.5.1"
open-enum = "0.5.2"
range_map_vec = "0.2.0"
static_assertions = "1.1"
thiserror = "1.0"
Expand Down

0 comments on commit 02299f4

Please sign in to comment.