aboutsummaryrefslogtreecommitdiff
path: root/crates/hir
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-04-05 18:05:30 +0100
committerGitHub <[email protected]>2021-04-05 18:05:30 +0100
commit6e9798a992b30b735f14018379e0861d2ec30647 (patch)
tree94a132148e1426030d224c0a153427dad3a122b6 /crates/hir
parent013cc7dd8b4b4cc9f7dca706917b15a34e85ccba (diff)
parentb246f57fad5af5ab729fdaa413eb4e4f03d2a177 (diff)
Merge #8346
8346: Use arrayvec 0.7 to avoid perf regression in 0.6.1 r=lnicola a=kjeremy See: https://github.com/bluss/arrayvec/issues/182 Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/hir')
-rw-r--r--crates/hir/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml
index 2ef5bcbc9..9e329656f 100644
--- a/crates/hir/Cargo.toml
+++ b/crates/hir/Cargo.toml
@@ -13,7 +13,7 @@ doctest = false
13log = "0.4.8" 13log = "0.4.8"
14rustc-hash = "1.1.0" 14rustc-hash = "1.1.0"
15either = "1.5.3" 15either = "1.5.3"
16arrayvec = "0.6" 16arrayvec = "0.7"
17itertools = "0.10.0" 17itertools = "0.10.0"
18smallvec = "1.4.0" 18smallvec = "1.4.0"
19 19