Skip to content

Commit

Permalink
Eliminate syn 1 from minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 5, 2023
1 parent 9810114 commit 2bbcdfe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ rust-version = "1.56"
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"
proc-macro2 = "1.0.63"
quote = "1.0.29"
syn = "2.0.23"

[dev-dependencies]
rustversion = "1.0"
serde = "1.0"
serde_json = "1.0"
trybuild = { version = "1.0.49", features = ["diff"] }
rustversion = "1.0.13"
serde = "1.0.166"
serde_json = "1.0.100"
trybuild = { version = "1.0.81", features = ["diff"] }

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

0 comments on commit 2bbcdfe

Please sign in to comment.