Skip to content

Commit

Permalink
Duplicate the serde_derive dependency version in one fewer place
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 23, 2023
1 parent 212c42c commit 0d8ebac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/serde-rs/serde"
rust-version = "1.31"

[dependencies]
serde_derive = { version = "=1.0.185", optional = true, path = "../serde_derive" }
serde_derive = { version = "1", optional = true, path = "../serde_derive" }

[dev-dependencies]
serde_derive = { version = "1", path = "../serde_derive" }
Expand Down

0 comments on commit 0d8ebac

Please sign in to comment.