Skip to content

Commit d467bad

Browse files
committed
rand_distr: enable use of rand 0.7 pre-release
1 parent 5331b3e commit d467bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_distr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ travis-ci = { repository = "rust-random/rand" }
1919
appveyor = { repository = "rust-random/rand" }
2020

2121
[dependencies]
22-
rand = { path = "..", version = ">=0.5, <=0.7" }
22+
rand = { path = "..", version = ">=0.5, <=0.7.0-pre.9" }
2323

2424
[dev-dependencies]
2525
rand_pcg = { version = "0.1", path = "../rand_pcg" }

0 commit comments

Comments
 (0)