Skip to content

Commit 67004c0

Browse files
committed
Use rand-core 0.1.0-pre.0 release
1 parent 7020de2 commit 67004c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ libc = { version = "0.2", optional = true }
3636
winapi = { version = "0.3", features = ["minwindef", "ntsecapi", "profileapi", "winnt"], optional = true }
3737

3838
[dependencies]
39-
rand_core = { path = 'rand_core', default-features = false }
39+
rand_core = { version = '0.1.0-pre.0', default-features = false }
4040

4141
log = { version = "0.4", optional = true }
4242
serde = {version="1", optional=true}

0 commit comments

Comments
 (0)