diff options
author | kjeremy <[email protected]> | 2019-02-04 19:11:51 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-02-04 19:11:51 +0000 |
commit | 8ec4b84013f807357b89aad3883bc8398e41eab4 (patch) | |
tree | 2568393ea4843d592f99749f646ce53d52014c04 /crates | |
parent | 4190bc62c4b59388b24579bd100b96d945bae0f7 (diff) |
Bump insta and proptest to latest
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_ide_api_light/Cargo.toml | 4 | ||||
-rw-r--r-- | crates/ra_text_edit/Cargo.toml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 4309a05d6..b47ce7952 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -22,4 +22,4 @@ test_utils = { path = "../test_utils" } | |||
22 | 22 | ||
23 | [dev-dependencies] | 23 | [dev-dependencies] |
24 | flexi_logger = "0.10.0" | 24 | flexi_logger = "0.10.0" |
25 | insta = "0.5.1" | 25 | insta = "0.6.1" |
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 908899129..54de9b2e3 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -26,7 +26,7 @@ hir = { path = "../ra_hir", package = "ra_hir" } | |||
26 | test_utils = { path = "../test_utils" } | 26 | test_utils = { path = "../test_utils" } |
27 | 27 | ||
28 | [dev-dependencies] | 28 | [dev-dependencies] |
29 | insta = "0.5.1" | 29 | insta = "0.6.1" |
30 | 30 | ||
31 | [features] | 31 | [features] |
32 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] | 32 | jemalloc = [ "jemallocator", "jemalloc-ctl" ] |
diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml index 922245390..c1e4314ce 100644 --- a/crates/ra_ide_api_light/Cargo.toml +++ b/crates/ra_ide_api_light/Cargo.toml | |||
@@ -16,5 +16,5 @@ ra_text_edit = { path = "../ra_text_edit" } | |||
16 | 16 | ||
17 | [dev-dependencies] | 17 | [dev-dependencies] |
18 | test_utils = { path = "../test_utils" } | 18 | test_utils = { path = "../test_utils" } |
19 | proptest = "0.8.7" | 19 | proptest = "0.9.0" |
20 | insta = "0.5.1" | 20 | insta = "0.6.1" |
diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml index 71f6ce1ad..7f30251d4 100644 --- a/crates/ra_text_edit/Cargo.toml +++ b/crates/ra_text_edit/Cargo.toml | |||
@@ -7,7 +7,7 @@ publish = false | |||
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | text_unit = "0.1.6" | 9 | text_unit = "0.1.6" |
10 | proptest = "0.8.7" | 10 | proptest = "0.9.0" |
11 | 11 | ||
12 | [dev-dependencies] | 12 | [dev-dependencies] |
13 | test_utils = { path = "../test_utils" } | 13 | test_utils = { path = "../test_utils" } |