Skip to content

Commit

Permalink
bump serde dependency to 1.0.107
Browse files Browse the repository at this point in the history
as older versions can't compile cargo_metadata because of serde-rs/serde#1804
  • Loading branch information
Fabian-Gruenbichler committed Jul 30, 2020
1 parent d36e795 commit fb881f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
edition = "2018"

[dependencies]
serde = { version = "1.0.79", features = ["derive"] }
serde = { version = "1.0.107", features = ["derive"] }
serde_json = "1.0.1"

[dependencies.semver]
Expand Down

0 comments on commit fb881f7

Please sign in to comment.