aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2019-07-04 20:16:06 +0100
committerJeremy Kolb <[email protected]>2019-07-04 20:16:06 +0100
commit1e7e7afb6139ebc40b2cb383917adaaadd85c89a (patch)
treeb7567f410994b11d9fd151eafa283d420c47da3a /crates/ra_ide_api
parent4e8664d9d37021e85d72b6228fa45e7edf4a1a74 (diff)
rand 0.7.0
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" }