diff options
author | Seivan Heidari <[email protected]> | 2019-10-26 14:06:18 +0100 |
---|---|---|
committer | Seivan Heidari <[email protected]> | 2019-10-26 14:06:18 +0100 |
commit | 1aea7c83ac8259b9c7e10aedd7ed480e80464b85 (patch) | |
tree | ae451fe53ffd23dddc0d3a8b7e4456df88a9316f /crates/ra_ide_api | |
parent | b59ffb7d417ba978087a1663c002256d684ae49a (diff) | |
parent | 81677c3232fc4e6a9fb52889b4e82a8afdee9c7e (diff) |
Merge branch 'master' into feature/themes
Diffstat (limited to 'crates/ra_ide_api')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index f9bf0c686..f66f0a6ba 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -32,7 +32,7 @@ test_utils = { path = "../test_utils" } | |||
32 | ra_assists = { path = "../ra_assists" } | 32 | ra_assists = { path = "../ra_assists" } |
33 | 33 | ||
34 | [dev-dependencies] | 34 | [dev-dependencies] |
35 | insta = "0.11.0" | 35 | insta = "0.12.0" |
36 | 36 | ||
37 | [dev-dependencies.proptest] | 37 | [dev-dependencies.proptest] |
38 | version = "0.9.0" | 38 | version = "0.9.0" |