Skip to content

Commit 7adb46a

Browse files
committed
Update rand_core version requirements of ISAAC and Xorshift sub-crates
1 parent d650199 commit 7adb46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rand_isaac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ appveyor = { repository = "dhardy/rand" }
2121
serde1 = ["serde", "serde_derive", "rand_core/serde1"]
2222

2323
[dependencies]
24-
rand_core = { path = "../rand_core", version = "0.2", default-features=false }
24+
rand_core = { path = "../rand_core", version = "0.3", default-features=false }
2525
serde = { version = "1", optional = true }
2626
serde_derive = { version = "^1.0.38", optional = true }
2727

rand_xorshift/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ appveyor = { repository = "dhardy/rand" }
2121
serde1 = ["serde", "serde_derive"]
2222

2323
[dependencies]
24-
rand_core = { path = "../rand_core", version = "0.2", default-features=false }
24+
rand_core = { path = "../rand_core", version = ">=0.2, <0.4", default-features=false }
2525
serde = { version = "1", optional = true }
2626
serde_derive = { version = "^1.0.38", optional = true }
2727

0 commit comments

Comments
 (0)