Skip to content

Commit

Permalink
Use arrayvec 0.7 to avoid perf regression in 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy committed Apr 5, 2021
1 parent 013cc7d commit b246f57
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/hir/Cargo.toml
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion crates/hir_ty/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/syntax/Cargo.toml
Expand Up @@ -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"] }
Expand Down

0 comments on commit b246f57

Please sign in to comment.