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
No further changes appear to be necessary. Stop using default features
for good measure.
  • Loading branch information
Enet4 authored and shepmaster committed May 24, 2024
1 parent 36c6bbe commit 5b5f80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snafu-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ proc-macro = true
syn = { version = "2.0", features = ["full"] }
quote = "1.0.25"
proc-macro2 = "1.0.52"
heck = "0.4"
heck = { version = ">= 0.4, < 0.6", default-features = false }

0 comments on commit 5b5f80d

Please sign in to comment.