aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2019-08-03 21:48:10 +0100
committerLaurenČ›iu Nicola <[email protected]>2019-08-04 08:43:51 +0100
commit5153001889e9cf39bf324cff41c6a5c5db0070bb (patch)
tree1a9302db44e187c65961e0b6c4f4dd23377b42e4 /crates/ra_syntax
parent0ca30b6c4bb717e3cc54bfc98ffaa7a6d8c2cdfd (diff)
Bump deps
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r--crates/ra_syntax/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index bc1c88070..5f8585878 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -8,7 +8,6 @@ description = "Comment and whitespace preserving parser for the Rust langauge"
8repository = "https://github.com/rust-analyzer/rust-analyzer" 8repository = "https://github.com/rust-analyzer/rust-analyzer"
9 9
10[dependencies] 10[dependencies]
11unicode-xid = "0.1.0"
12itertools = "0.8.0" 11itertools = "0.8.0"
13rowan = "0.6.1" 12rowan = "0.6.1"
14ra_rustc_lexer = { version = "0.1.0-pre.2" } 13ra_rustc_lexer = { version = "0.1.0-pre.2" }