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

Commit fd7a1fb

Browse files
committed
Update smallvec to 1.8.1.
This pulls in servo/rust-smallvec#282, which gives some small wins for rustc. [git filter-repo] original commit: rust-lang/rust@7c40661
1 parent 869e411 commit fd7a1fb

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
@@ -5,4 +5,4 @@ edition = "2021"
55

66
[dependencies]
77
bitflags = "1.2.1"
8-
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
8+
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }

0 commit comments

Comments
 (0)