aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-02-04 19:11:51 +0000
committerkjeremy <[email protected]>2019-02-04 19:11:51 +0000
commit8ec4b84013f807357b89aad3883bc8398e41eab4 (patch)
tree2568393ea4843d592f99749f646ce53d52014c04 /crates/ra_text_edit
parent4190bc62c4b59388b24579bd100b96d945bae0f7 (diff)
Bump insta and proptest to latest
Diffstat (limited to 'crates/ra_text_edit')
-rw-r--r--crates/ra_text_edit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]
9text_unit = "0.1.6" 9text_unit = "0.1.6"
10proptest = "0.8.7" 10proptest = "0.9.0"
11 11
12[dev-dependencies] 12[dev-dependencies]
13test_utils = { path = "../test_utils" } 13test_utils = { path = "../test_utils" }