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 99ca6d9 commit 4b15329
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/basic-toml"

[dependencies]
serde = "1.0.97"
serde = "1.0.166"

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

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

0 comments on commit 4b15329

Please sign in to comment.