Skip to content

Commit e43e1db

Browse files
committed
rand 0.8
1 parent 1e79366 commit e43e1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ default = ["thread_rng"]
1818
thread_rng = ["rand"]
1919

2020
[dependencies]
21-
rand_core = "0.5"
22-
rand = {version = "0.7", optional = true}
21+
rand_core = "0.6.3"
22+
rand = { version = "0.8.4", optional = true }

0 commit comments

Comments
 (0)