Skip to content

Commit 1e7e7af

Browse files
committed
rand 0.7.0
1 parent 4e8664d commit 1e7e7af

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)