aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-01-15 17:40:40 +0000
committerAleksey Kladov <[email protected]>2021-01-15 17:40:40 +0000
commit26ef7e39f4d7cf150ac855e88efd4fd121f7e578 (patch)
tree9d5b07ca4ee128f9295d553b801ee5384a8af13a /crates/syntax/Cargo.toml
parentd6a708b1eae170aee4a323ea6513bc4f2a1a5bbc (diff)
Make SyntaxPtr lookup logarithmic
closes #3934 cc https://github.com/rust-analyzer/rowan/pull/81
Diffstat (limited to 'crates/syntax/Cargo.toml')
-rw-r--r--crates/syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index cfeaed9e6..ad8b797fe 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -12,7 +12,7 @@ doctest = false
12 12
13[dependencies] 13[dependencies]
14itertools = "0.10.0" 14itertools = "0.10.0"
15rowan = "0.10.0" 15rowan = "0.10.1"
16rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" } 16rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" }
17rustc-hash = "1.1.0" 17rustc-hash = "1.1.0"
18arrayvec = "0.5.1" 18arrayvec = "0.5.1"