Skip to content

Commit

Permalink
Upgrade serde-yaml to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 2, 2020
1 parent ffc085e commit 3bcb5bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ readme = "README.md"
include = ["src/**/*.rs", "Cargo.toml"]
repository = "https://github.com/Byron/treediff-rs"
edition = "2018"
version = "3.0.3-alpha.0"
version = "4.0.0"

[dependencies]
rustc-serialize = {version = "0.3.22", optional = true}
serde_json = {version = "1.0.2", optional = true}
serde_yaml = {version = "0.7", optional = true}
rustc-serialize = {version = "0.3.24", optional = true}
serde_json = {version = "1.0.45", optional = true}
serde_yaml = {version = "0.8", optional = true}
yaml-rust = {version = "0.4", optional = true}

[features]
Expand Down

0 comments on commit 3bcb5bb

Please sign in to comment.