Skip to content

Commit

Permalink
Auto merge of #4391 - flip1995:toml_ver, r=phansch
Browse files Browse the repository at this point in the history
Also specify patch version of toml crate

cc rust-lang/rust#63587

The patch update of the toml crate to version 0.5.3 recently broke some tests: #4378. For rustc, we have to define the complete version though.

changelog: none
  • Loading branch information
bors committed Aug 15, 2019
2 parents 607b829 + ebd3eea commit f95c87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ quine-mc_cluskey = "0.2.2"
regex-syntax = "0.6"
semver = "0.9.0"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
toml = "0.5.3"
unicode-normalization = "0.1"
pulldown-cmark = "0.5.3"
url = "2.1.0"
Expand Down

0 comments on commit f95c87e

Please sign in to comment.