summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-06-29 09:11:29 +0000
committerbors <bors@rust-lang.org>2022-06-29 09:11:29 +0000
commit66c83ffca1512ed76f9445ec7f7280f768ef71c4 (patch)
treea5fc041020f67882955a1c53d931bcf045cfd736 /compiler/rustc_data_structures
parent493c960a3e6cdd2e2fbe8b6ea130fadea05f1ab0 (diff)
parent7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7 (diff)
downloadrust-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_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 33deadb32d4..2a801d0e702 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -20,7 +20,7 @@ stable_deref_trait = "1.0.0"
 rayon = { version = "0.4.0", package = "rustc-rayon", optional = true }
 rayon-core = { version = "0.4.0", package = "rustc-rayon-core", optional = true }
 rustc-hash = "1.1.0"
-smallvec = { version = "1.6.1", features = ["const_generics", "union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = ["const_generics", "union", "may_dangle"] }
 rustc_index = { path = "../rustc_index", package = "rustc_index" }
 bitflags = "1.2.1"
 measureme = "10.0.0"