Auto merge of #4391 - flip1995:toml_ver, r=phansch

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
This commit is contained in:
bors 2019-08-15 14:09:48 +00:00
commit f95c87ecea

View file

@ -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"