Skip to content

Commit

Permalink
Require a version of syn and proc-macro2 that has C-string support
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 15, 2024
1 parent 4024b93 commit 4098a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ rust-version = "1.56"
proc-macro = true

[dependencies]
proc-macro2 = "1.0.74"
proc-macro2 = "1.0.80"
quote = "1.0.35"
syn = { version = "2.0.46", default-features = false, features = ["parsing", "proc-macro"] }
syn = { version = "2.0.59", default-features = false, features = ["parsing", "proc-macro"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down

0 comments on commit 4098a7b

Please sign in to comment.