aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-06 17:56:32 +0000
committerAleksey Kladov <[email protected]>2018-11-06 17:56:32 +0000
commitdafe747dcc069084fc8bc771c5dcf72e7cb9ec23 (patch)
tree7b17ad511518a23b06bb0b68e05b5b6c4aae4c76 /crates/ra_syntax/Cargo.toml
parentd1b242262a6617b22140bddd0bed23115c260e74 (diff)
upstream basic tree algorithms to rowan
Diffstat (limited to 'crates/ra_syntax/Cargo.toml')
-rw-r--r--crates/ra_syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index de4b25e67..97d259570 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -12,7 +12,7 @@ unicode-xid = "0.1.0"
12itertools = "0.7.8" 12itertools = "0.7.8"
13drop_bomb = "0.1.4" 13drop_bomb = "0.1.4"
14parking_lot = "0.6.0" 14parking_lot = "0.6.0"
15rowan = "0.1.1" 15rowan = "0.1.2"
16text_unit = "0.1.5" 16text_unit = "0.1.5"
17 17
18[dev-dependencies] 18[dev-dependencies]