diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-27 08:48:55 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2022-06-27 08:48:55 +1000 |
| commit | 7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7 (patch) | |
| tree | 950030ac0a3aff57c7fa86db765e3367351fc954 /compiler/rustc_interface | |
| parent | 788ddedb0d88e40db9cd62b6163d5a471813044b (diff) | |
| download | rust-7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7.tar.gz rust-7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7.zip | |
Update `smallvec` to 1.8.1.
This pulls in https://github.com/servo/rust-smallvec/pull/282, which gives some small wins for rustc.
Diffstat (limited to 'compiler/rustc_interface')
| -rw-r--r-- | compiler/rustc_interface/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/Cargo.toml b/compiler/rustc_interface/Cargo.toml index 26b1b9948a0..9aacfba3c82 100644 --- a/compiler/rustc_interface/Cargo.toml +++ b/compiler/rustc_interface/Cargo.toml @@ -11,7 +11,7 @@ libloading = "0.7.1" tracing = "0.1" rustc-rayon-core = { version = "0.4.0", optional = true } rayon = { version = "0.4.0", package = "rustc-rayon", optional = true } -smallvec = { version = "1.6.1", features = ["union", "may_dangle"] } +smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } rustc_ast = { path = "../rustc_ast" } rustc_attr = { path = "../rustc_attr" } rustc_borrowck = { path = "../rustc_borrowck" } |
