aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/Cargo.toml
diff options
context:
space:
mode:
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]