aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-04 21:32:52 +0100
committerbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-07-04 21:32:52 +0100
commitcf8e59ddd8762a68495443ecd0c62522c836d3d4 (patch)
treef9d4662bdf3fa00264b56877a4de0ee376dee53a /crates/ra_ide_api
parentcacdb0eab8131bfb945eb7ed0150c92ec56eefe2 (diff)
parent1e7e7afb6139ebc40b2cb383917adaaadd85c89a (diff)
Merge #1485
1485: rand 0.7.0 r=matklad a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates/ra_ide_api')
-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 5bd768817..c49a05de1 100644
--- a/crates/ra_ide_api/Cargo.toml
+++ b/crates/ra_ide_api/Cargo.toml
@@ -14,7 +14,7 @@ fst = { version = "0.3.1", default-features = false }
14rustc-hash = "1.0" 14rustc-hash = "1.0"
15unicase = "2.2.0" 15unicase = "2.2.0"
16superslice = "1.0.0" 16superslice = "1.0.0"
17rand = "0.6.5" 17rand = { version = "0.7.0", features = ["small_rng"] }
18 18
19ra_syntax = { path = "../ra_syntax" } 19ra_syntax = { path = "../ra_syntax" }
20ra_text_edit = { path = "../ra_text_edit" } 20ra_text_edit = { path = "../ra_text_edit" }