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 f482ed3 commit 8f8a2b1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ rust-version = "1.36"
indexmap = { version = "2", optional = true }
itoa = "1.0"
ryu = "1.0"
serde = { version = "1.0.100", default-features = false }
serde = { version = "1.0.166", default-features = false }

[dev-dependencies]
automod = "1.0"
indoc = "2.0"
ref-cast = "1.0"
rustversion = "1.0"
serde = { version = "1.0.100", features = ["derive"] }
serde_bytes = "0.11"
serde_derive = "1.0"
serde_stacker = "0.1"
trybuild = { version = "1.0.49", features = ["diff"] }
automod = "1.0.11"
indoc = "2.0.2"
ref-cast = "1.0.18"
rustversion = "1.0.13"
serde = { version = "1.0.166", features = ["derive"] }
serde_bytes = "0.11.10"
serde_derive = "1.0.166"
serde_stacker = "0.1.8"
trybuild = { version = "1.0.81", features = ["diff"] }

[lib]
doc-scrape-examples = false
Expand Down

0 comments on commit 8f8a2b1

Please sign in to comment.