diff options
author | Jeremy Kolb <[email protected]> | 2020-01-26 15:46:45 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2020-01-26 15:46:45 +0000 |
commit | b89991daed7e4863834b91976cda48f4395482c4 (patch) | |
tree | 448ccbee90d7150077cf5d714d369f7be5d5d32a /crates/ra_ide | |
parent | d1330a4a65f0113c687716a5a679239af4df9c11 (diff) |
Update crates
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index 2c9f9dce0..53817d1f7 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -39,7 +39,7 @@ ra_assists = { path = "../ra_assists" } | |||
39 | hir = { path = "../ra_hir", package = "ra_hir" } | 39 | hir = { path = "../ra_hir", package = "ra_hir" } |
40 | 40 | ||
41 | [dev-dependencies] | 41 | [dev-dependencies] |
42 | insta = "0.12.0" | 42 | insta = "0.13.0" |
43 | 43 | ||
44 | [dev-dependencies.proptest] | 44 | [dev-dependencies.proptest] |
45 | version = "0.9.0" | 45 | version = "0.9.0" |