Skip to content

Commit

Permalink
[snafu-derive] Expand heck version range >=0.4, < 0.6
Browse files Browse the repository at this point in the history
with no default features
  • Loading branch information
Enet4 committed Apr 14, 2024
1 parent 5ffd644 commit a7156b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion snafu-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ proc-macro = true
syn = { version = "2.0", features = ["full"] }
quote = "1.0.25"
proc-macro2 = "1.0.52"
heck = "0.5"
heck = { version = ">= 0.4, < 0.6", default-features = false }

0 comments on commit a7156b9

Please sign in to comment.