aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-03-05 15:26:36 +0000
committerkjeremy <[email protected]>2019-03-05 15:26:36 +0000
commiteb3ee7b8e5835775bee36fcd2cae2ff366627098 (patch)
tree16624e0562e6cd2f3ad7c83dae9e7e117eef8c5b /crates/ra_hir/Cargo.toml
parent738f2c6fc356a213c21e3bcb79dcac281861cfcb (diff)
Updates
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r--crates/ra_hir/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index f2242fe1f..501308acc 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -21,5 +21,5 @@ tt = { path = "../ra_tt", package = "ra_tt" }
21test_utils = { path = "../test_utils" } 21test_utils = { path = "../test_utils" }
22 22
23[dev-dependencies] 23[dev-dependencies]
24flexi_logger = "0.10.0" 24flexi_logger = "0.11.0"
25insta = "0.6.1" 25insta = "0.7.0"