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

Commit

Permalink
Update smallvec to 1.8.1.
Browse files Browse the repository at this point in the history
This pulls in servo/rust-smallvec#282, which
gives some small wins for rustc.


[git filter-repo] original commit: rust-lang/rust@7c40661
  • Loading branch information
nnethercote committed Jun 26, 2022
1 parent 869e411 commit fd7a1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -5,4 +5,4 @@ edition = "2021"

[dependencies]
bitflags = "1.2.1"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }

0 comments on commit fd7a1fb

Please sign in to comment.