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 d7c8ec9 commit 9f5ec39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ rust-version = "1.56"

[dependencies]
monostate-impl = { version = "=0.1.7", path = "impl" }
serde = { version = "1.0", default-features = false }
serde = { version = "1.0.166", default-features = false }

[dev-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.99"

[lib]
doc-scrape-examples = false
Expand Down
6 changes: 3 additions & 3 deletions impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ rust-version = "1.56"
proc-macro = true

[dependencies]
syn = { version = "2.0", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0"
proc-macro2 = "1.0"
syn = { version = "2.0.23", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.29"
proc-macro2 = "1.0.63"

0 comments on commit 9f5ec39

Please sign in to comment.