mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Also specify patch version of toml crate
This commit is contained in:
parent
607b8299c5
commit
ebd3eeaede
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ quine-mc_cluskey = "0.2.2"
|
||||||
regex-syntax = "0.6"
|
regex-syntax = "0.6"
|
||||||
semver = "0.9.0"
|
semver = "0.9.0"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
toml = "0.5"
|
toml = "0.5.3"
|
||||||
unicode-normalization = "0.1"
|
unicode-normalization = "0.1"
|
||||||
pulldown-cmark = "0.5.3"
|
pulldown-cmark = "0.5.3"
|
||||||
url = "2.1.0"
|
url = "2.1.0"
|
||||||
|
|
Loading…
Reference in a new issue