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 4, 2023
1 parent 3cda68a commit c28f8fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -15,10 +15,10 @@ rust-version = "1.56"
thiserror-impl = { version = "=1.0.40", path = "impl" }

[dev-dependencies]
anyhow = "1.0.65"
ref-cast = "1.0"
rustversion = "1.0"
trybuild = { version = "1.0.66", features = ["diff"] }
anyhow = "1.0.71"
ref-cast = "1.0.18"
rustversion = "1.0.13"
trybuild = { version = "1.0.81", features = ["diff"] }

[workspace]
members = ["impl"]
Expand Down
6 changes: 3 additions & 3 deletions impl/Cargo.toml
Expand Up @@ -12,9 +12,9 @@ rust-version = "1.56"
proc-macro = true

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

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

0 comments on commit c28f8fa

Please sign in to comment.