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 b9c756d commit a452eb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ diff = ["dissimilar"]
dissimilar = { version = "1.0", optional = true }
glob = "0.3"
once_cell = "1.9"
serde = "1.0.139"
serde_derive = "1.0.139"
serde_json = "1.0"
serde = "1.0.166"
serde_derive = "1.0.166"
serde_json = "1.0.99"
termcolor = "1.0.4"
basic-toml = "0.1"

[dev-dependencies]
automod = "1.0"
automod = "1.0.10"

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

0 comments on commit a452eb5

Please sign in to comment.