diff options
| author | bors <bors@rust-lang.org> | 2022-06-29 09:11:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-06-29 09:11:29 +0000 |
| commit | 66c83ffca1512ed76f9445ec7f7280f768ef71c4 (patch) | |
| tree | a5fc041020f67882955a1c53d931bcf045cfd736 /compiler/rustc_trait_selection | |
| parent | 493c960a3e6cdd2e2fbe8b6ea130fadea05f1ab0 (diff) | |
| parent | 7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7 (diff) | |
| download | rust-66c83ffca1512ed76f9445ec7f7280f768ef71c4.tar.gz rust-66c83ffca1512ed76f9445ec7f7280f768ef71c4.zip | |
Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd
Update `smallvec` to 1.8.1. This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc. r? `@lqd`
Diffstat (limited to 'compiler/rustc_trait_selection')
| -rw-r--r-- | compiler/rustc_trait_selection/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_trait_selection/Cargo.toml b/compiler/rustc_trait_selection/Cargo.toml index d59bdae0332..aebeb49e623 100644 --- a/compiler/rustc_trait_selection/Cargo.toml +++ b/compiler/rustc_trait_selection/Cargo.toml @@ -23,4 +23,4 @@ rustc_query_system = { path = "../rustc_query_system" } rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } rustc_target = { path = "../rustc_target" } -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } |
