aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/Cargo.toml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-03-25 19:03:20 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-03-25 19:03:20 +0000
commit9787bddac577a6aa24388fb91286474a7a8cf0bc (patch)
tree2549ec113b23c88ac95fe4eee2e59f8e95297465 /crates/hir/Cargo.toml
parent59fdd7c84c5fdc16573f3cca4081d6735eaa9208 (diff)
Use arrayvec 0.6
Diffstat (limited to 'crates/hir/Cargo.toml')
-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 55e9c3f0c..2ef5bcbc9 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.5.1" 16arrayvec = "0.6"
17itertools = "0.10.0" 17itertools = "0.10.0"
18smallvec = "1.4.0" 18smallvec = "1.4.0"
19 19