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/syntax/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/syntax') diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 9f01acc26..10024366e 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -16,7 +16,7 @@ itertools = "0.10.0" rowan = "0.13.0-pre.3" rustc_lexer = { version = "710.0.0", package = "rustc-ap-rustc_lexer" } rustc-hash = "1.1.0" -arrayvec = "0.6" +arrayvec = "0.7" once_cell = "1.3.1" indexmap = "1.4.0" smol_str = { version = "0.1.15", features = ["serde"] } -- cgit v1.2.3