We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f3ba3 commit 42c8c03Copy full SHA for 42c8c03
clippy_lints/Cargo.toml
@@ -26,7 +26,7 @@ pulldown-cmark = "0.6.0"
26
quine-mc_cluskey = "0.2.2"
27
regex-syntax = "0.6"
28
serde = { version = "1.0", features = ["derive"] }
29
-smallvec = { version = "0.6.5", features = ["union"] }
+smallvec = { version = "1", features = ["union"] }
30
toml = "0.5.3"
31
unicode-normalization = "0.1"
32
semver = "0.9.0"
0 commit comments