Skip to content

Commit f95c87e

Browse files
committed
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
2 parents 607b829 + ebd3eea commit f95c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ quine-mc_cluskey = "0.2.2"
2525
regex-syntax = "0.6"
2626
semver = "0.9.0"
2727
serde = { version = "1.0", features = ["derive"] }
28-
toml = "0.5"
28+
toml = "0.5.3"
2929
unicode-normalization = "0.1"
3030
pulldown-cmark = "0.5.3"
3131
url = "2.1.0"

0 commit comments

Comments
 (0)