Skip to content

Commit cf8e59d

Browse files
bors[bot]kjeremy
andcommitted
Merge #1485
1485: rand 0.7.0 r=matklad a=kjeremy Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2 parents cacdb0e + 1e7e7af commit cf8e59d

File tree

2 files changed

+90
-2
lines changed

2 files changed

+90
-2
lines changed

Cargo.lock

Lines changed: 89 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_ide_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fst = { version = "0.3.1", default-features = false }
1414
rustc-hash = "1.0"
1515
unicase = "2.2.0"
1616
superslice = "1.0.0"
17-
rand = "0.6.5"
17+
rand = { version = "0.7.0", features = ["small_rng"] }
1818

1919
ra_syntax = { path = "../ra_syntax" }
2020
ra_text_edit = { path = "../ra_text_edit" }

0 commit comments

Comments
 (0)