aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/Cargo.toml
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_ide_api/Cargo.toml
parent4190bc62c4b59388b24579bd100b96d945bae0f7 (diff)
Bump insta and proptest to latest
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r--crates/ra_ide_api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }
26test_utils = { path = "../test_utils" } 26test_utils = { path = "../test_utils" }
27 27
28[dev-dependencies] 28[dev-dependencies]
29insta = "0.5.1" 29insta = "0.6.1"
30 30
31[features] 31[features]
32jemalloc = [ "jemallocator", "jemalloc-ctl" ] 32jemalloc = [ "jemallocator", "jemalloc-ctl" ]