Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit 920c9ee

Browse files
committed
Upgrade smallvec to 0.6.7 and use the new may_dangle feature.
[git filter-repo] original commit: rust-lang/rust@ecf6cd4
1 parent 65265dd commit 920c9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ path = "lib.rs"
1010
[dependencies]
1111
bitflags = "1.0"
1212
rustc_cratesio_shim = { path = "../librustc_cratesio_shim" }
13-
smallvec = { version = "0.6.5", features = ["union"] }
13+
smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }

0 commit comments

Comments
 (0)