aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-05 12:16:25 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-05 12:16:25 +0000
commit41838254750fac3822bfe43b04158977e5355e42 (patch)
tree6c8cda1424d329c464119059bd388db1be20a3c3 /crates/ra_text_edit/Cargo.toml
parent4d4c46aff8f9a7ce8c2f91fbe6c7c363f5d3e08c (diff)
parentc73cc0ab8fbd02027712844584e56a04dc41fcd7 (diff)
Merge #740
740: Update dependencies r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]> Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates/ra_text_edit/Cargo.toml')
-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" }