diff options
| author | bors <bors@rust-lang.org> | 2019-08-15 14:09:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-08-15 14:09:48 +0000 |
| commit | f95c87ecea0a885c8dd16c19a38dc3b46ab0754b (patch) | |
| tree | 3ae749f7b96c9f40de45b9cc428e952fb6c9b8f7 | |
| parent | 607b8299c5c91b11d97bd003a54502e4284356fe (diff) | |
| parent | ebd3eeaede75e0a3aa55ceaa868d0dbbe23b4ec1 (diff) | |
| download | rust-f95c87ecea0a885c8dd16c19a38dc3b46ab0754b.tar.gz rust-f95c87ecea0a885c8dd16c19a38dc3b46ab0754b.zip | |
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
| -rw-r--r-- | clippy_lints/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_lints/Cargo.toml b/clippy_lints/Cargo.toml index 17a0f06a50e..956bc858a17 100644 --- a/clippy_lints/Cargo.toml +++ b/clippy_lints/Cargo.toml @@ -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" |
