diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-31 15:10:28 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-31 15:10:28 +0100 |
commit | 4a6cfa1aa7ece5a32176548ce3a8e3605cdb8072 (patch) | |
tree | 1070a1d5e293ae0ceb3ac157d322bcd20a88524b /crates | |
parent | 1af7738c28d4bb15254612574784a762b2c1e2e9 (diff) | |
parent | 8d2068cf323f08f4747fa142a8437f503246addc (diff) |
Merge #1628
1628: Update insta to 0.9.0 and cargo update r=matklad a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index af4071e6f..285b3c63a 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -27,4 +27,4 @@ chalk-ir = { git = "https://github.com/rust-lang/chalk.git" } | |||
27 | lalrpop-intern = "0.15.1" | 27 | lalrpop-intern = "0.15.1" |
28 | 28 | ||
29 | [dev-dependencies] | 29 | [dev-dependencies] |
30 | insta = "0.8.1" | 30 | insta = "0.9.0" |
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 78a3db14d..dd11ec0f6 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -27,7 +27,7 @@ test_utils = { path = "../test_utils" } | |||
27 | ra_assists = { path = "../ra_assists" } | 27 | ra_assists = { path = "../ra_assists" } |
28 | 28 | ||
29 | [dev-dependencies] | 29 | [dev-dependencies] |
30 | insta = "0.8.1" | 30 | insta = "0.9.0" |
31 | 31 | ||
32 | [dev-dependencies.proptest] | 32 | [dev-dependencies.proptest] |
33 | version = "0.9.0" | 33 | version = "0.9.0" |