aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-10-17 17:53:00 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-10-17 17:53:00 +0100
commit4dbf0379ccd5c7643d48658f0ecc224add5a5c5c (patch)
treeaa44f39e0433087c2f862789ed739348f982efdb /crates/ra_syntax/Cargo.toml
parent2a704035f4b36a0db737f59a7c939d17656b516f (diff)
parent00cdde2c5218020b8f6ec751042a436aeef923c7 (diff)
Merge #141
141: Update rowan r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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 34bb1c591..7efebab8b 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -10,7 +10,7 @@ unicode-xid = "0.1.0"
10itertools = "0.7.8" 10itertools = "0.7.8"
11drop_bomb = "0.1.4" 11drop_bomb = "0.1.4"
12parking_lot = "0.6.0" 12parking_lot = "0.6.0"
13rowan = "0.1.0" 13rowan = "0.1.1"
14 14
15[dev-dependencies] 15[dev-dependencies]
16test_utils = { path = "../test_utils" } 16test_utils = { path = "../test_utils" }