Skip to content

Commit 3bf0655

Browse files
committed
Auto merge of #796 - RalfJung:rand, r=RalfJung
bump rand to released 0.7
2 parents b0ce693 + 4df5c6a commit 3bf0655

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

test-cargo-miri/Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-cargo-miri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2018"
88
byteorder = "1.0"
99

1010
[dev-dependencies]
11-
rand = { version = "0.7.0-pre.0", features = ["small_rng"] }
11+
rand = { version = "0.7", features = ["small_rng"] }

0 commit comments

Comments
 (0)