Skip to content

Commit

Permalink
bump smallvec to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Nov 6, 2019
1 parent 75dae46 commit 17a0853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pulldown-cmark = "0.6.0"
quine-mc_cluskey = "0.2.2"
regex-syntax = "0.6"
serde = { version = "1.0", features = ["derive"] }
smallvec = { version = "0.6.5", features = ["union"] }
smallvec = { version = "1", features = ["union"] }
toml = "0.5.3"
unicode-normalization = "0.1"
semver = "0.9.0"
Expand Down

0 comments on commit 17a0853

Please sign in to comment.