From b246f57fad5af5ab729fdaa413eb4e4f03d2a177 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Mon, 5 Apr 2021 12:58:35 -0400 Subject: Use arrayvec 0.7 to avoid perf regression in 0.6.1 See: https://github.com/bluss/arrayvec/issues/182 --- crates/hir/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir/Cargo.toml') 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 log = "0.4.8" rustc-hash = "1.1.0" either = "1.5.3" -arrayvec = "0.6" +arrayvec = "0.7" itertools = "0.10.0" smallvec = "1.4.0" -- cgit v1.2.3