Skip to content

Commit

Permalink
Merge pull request #451 from shepmaster/imp/heck-0.5
Browse files Browse the repository at this point in the history
[snafu-derive] Support heck v0.5
  • Loading branch information
shepmaster authored May 24, 2024
2 parents cec2d01 + 5b5f80d commit 38cf90a
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 38cf90a

Please sign in to comment.