diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-16 20:08:10 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-16 20:08:10 +0000 |
commit | 0976a1ec8ad72df333f746439e26b139ea5ae3e2 (patch) | |
tree | 612d3deafdcd6ae6801f65b1e7eab9fde1d24276 /crates/syntax/Cargo.toml | |
parent | 397b5e5d8e03e7e00041e19e5cc647f43b7fc0d4 (diff) | |
parent | b38414c7f4e2e62baa8f09e6ce162ac39391bb8c (diff) |
Merge #7300
7300: When building an item-tree, keep fewer nodes in memory r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/syntax/Cargo.toml')
-rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index ad8b797fe..52394b337 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml | |||
@@ -12,7 +12,7 @@ doctest = false | |||
12 | 12 | ||
13 | [dependencies] | 13 | [dependencies] |
14 | itertools = "0.10.0" | 14 | itertools = "0.10.0" |
15 | rowan = "0.10.1" | 15 | rowan = "0.10.3" |
16 | rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" } | 16 | rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" } |
17 | rustc-hash = "1.1.0" | 17 | rustc-hash = "1.1.0" |
18 | arrayvec = "0.5.1" | 18 | arrayvec = "0.5.1" |