diff options
author | kjeremy <[email protected]> | 2019-03-05 15:26:36 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-03-05 15:26:36 +0000 |
commit | eb3ee7b8e5835775bee36fcd2cae2ff366627098 (patch) | |
tree | 16624e0562e6cd2f3ad7c83dae9e7e117eef8c5b /crates/ra_ide_api_light | |
parent | 738f2c6fc356a213c21e3bcb79dcac281861cfcb (diff) |
Updates
Diffstat (limited to 'crates/ra_ide_api_light')
-rw-r--r-- | crates/ra_ide_api_light/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index 29c1f4639..a30833dc3 100644 --- a/crates/ra_ide_api_light/Cargo.toml +++ b/crates/ra_ide_api_light/Cargo.toml | |||
@@ -18,4 +18,4 @@ ra_fmt = { path = "../ra_fmt" } | |||
18 | [dev-dependencies] | 18 | [dev-dependencies] |
19 | test_utils = { path = "../test_utils" } | 19 | test_utils = { path = "../test_utils" } |
20 | proptest = "0.9.0" | 20 | proptest = "0.9.0" |
21 | insta = "0.6.1" | 21 | insta = "0.7.0" |