diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-04 21:32:52 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-04 21:32:52 +0100 |
commit | cf8e59ddd8762a68495443ecd0c62522c836d3d4 (patch) | |
tree | f9d4662bdf3fa00264b56877a4de0ee376dee53a /crates/ra_ide_api | |
parent | cacdb0eab8131bfb945eb7ed0150c92ec56eefe2 (diff) | |
parent | 1e7e7afb6139ebc40b2cb383917adaaadd85c89a (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.toml | 2 |
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 } | |||
14 | rustc-hash = "1.0" | 14 | rustc-hash = "1.0" |
15 | unicase = "2.2.0" | 15 | unicase = "2.2.0" |
16 | superslice = "1.0.0" | 16 | superslice = "1.0.0" |
17 | rand = "0.6.5" | 17 | rand = { version = "0.7.0", features = ["small_rng"] } |
18 | 18 | ||
19 | ra_syntax = { path = "../ra_syntax" } | 19 | ra_syntax = { path = "../ra_syntax" } |
20 | ra_text_edit = { path = "../ra_text_edit" } | 20 | ra_text_edit = { path = "../ra_text_edit" } |