Skip to content

Commit

Permalink
Upgrade strum and heck
Browse files Browse the repository at this point in the history
  • Loading branch information
Dushistov committed Nov 11, 2024
1 parent 631095d commit 1300a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macroslib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ bitflags = "2.5.0"
smallvec = "1.1.0"
rustc-hash = "1.0.1"
smol_str = "0.2.0"
strum = { version = "0.24.0", default-features = false, features = ["derive"] }
heck = { version = "0.4.0", default-features = false }
strum = { version = "0.26.3", default-features = false, features = ["derive"] }
heck = { version = "0.5.0", default-features = false }
which = { version = "4.2.4", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 1300a13

Please sign in to comment.