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 5, 2023
1 parent 2659a9a commit e161cac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repository = "https://github.com/dtolnay/serde-ignored"
rust-version = "1.36"

[dependencies]
serde = { version = "1.0", default-features = false, features = ["alloc"] }
serde = { version = "1.0.166", default-features = false, features = ["alloc"] }

[dev-dependencies]
serde_derive = "1.0"
serde_json = "1.0"
serde_derive = "1.0.166"
serde_json = "1.0.100"

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

0 comments on commit e161cac

Please sign in to comment.