Skip to content

Commit 42c8c03

Browse files
committed
bump smallvec to 1.0.0
1 parent 56f3ba3 commit 42c8c03

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
@@ -26,7 +26,7 @@ pulldown-cmark = "0.6.0"
2626
quine-mc_cluskey = "0.2.2"
2727
regex-syntax = "0.6"
2828
serde = { version = "1.0", features = ["derive"] }
29-
smallvec = { version = "0.6.5", features = ["union"] }
29+
smallvec = { version = "1", features = ["union"] }
3030
toml = "0.5.3"
3131
unicode-normalization = "0.1"
3232
semver = "0.9.0"

0 commit comments

Comments
 (0)