Skip to content

Commit

Permalink
Merge pull request #2598 from dtolnay/lockstepversion
Browse files Browse the repository at this point in the history
Duplicate the serde_derive dependency version in one fewer place
  • Loading branch information
dtolnay committed Aug 23, 2023
2 parents 212c42c + 0d8ebac commit 7007c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serde/Cargo.toml
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 7007c1b

Please sign in to comment.