Skip to content

Commit

Permalink
Merge pull request rust-phf#284 from nickelc/deps/syn2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Mar 29, 2023
2 parents f8e9d27 + 8e3e3e5 commit 5ec8936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro = true
unicase = ["unicase_", "phf_shared/unicase"]

[dependencies]
syn = { version = "1", features = ["full"] }
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"
unicase_ = { package = "unicase", version = "2.4.0", optional = true }
Expand Down

0 comments on commit 5ec8936

Please sign in to comment.