1
Fork 0

bump smallvec to 1.0

This commit is contained in:
Ralf Jung 2019-11-04 15:59:09 +01:00
parent ab6e47851b
commit 90b8d34c9f
19 changed files with 53 additions and 47 deletions

View file

@ -10,4 +10,4 @@ path = "lib.rs"
[dependencies]
bitflags = "1.2.1"
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }