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 +- crates/hir_ty/Cargo.toml | 2 +- crates/syntax/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'crates') 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" diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 030b7eebe..abc0e7532 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -12,7 +12,7 @@ doctest = false [dependencies] cov-mark = { version = "1.1", features = ["thread-local"] } itertools = "0.10.0" -arrayvec = "0.6" +arrayvec = "0.7" smallvec = "1.2.0" ena = "0.14.0" log = "0.4.8" 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