Skip to content

Commit

Permalink
Update strum, to update syn
Browse files Browse the repository at this point in the history
dependency.
  • Loading branch information
CGMossa committed Nov 27, 2023
1 parent 27bc417 commit 7963ff0
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 @@ members = ["bench"]
[dependencies]
numerals = "0.1"
paste = "1"
strum = { version = "0.24", features = ["derive"] }
strum = { version = "0.25.0", features = ["derive"] }
unicode-normalization = "0.1"
serde = { version = "1", features = ["derive"], optional = true }
unscanny = "0.1"

0 comments on commit 7963ff0

Please sign in to comment.