Skip to content

Commit a45c124

Browse files
committed
Bump rand, rand_pcg pre-release versions
1 parent 5c9bedc commit a45c124

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ serde = { version = "1.0.103", features = ["derive"], optional = true }
3939
serde_with = { version = "3", optional = true }
4040

4141
[dev-dependencies]
42-
rand_pcg = { version = "0.9.0" }
42+
rand_pcg = { version = "0.10.0-rc.1" }
4343
# For inline examples
44-
rand = { version = "0.10.0-rc.0", features = ["small_rng"] }
44+
rand = { version = "0.10.0-rc.5", features = ["small_rng"] }
4545
# Histogram implementation for testing uniformity
4646
average = { version = "0.16", features = [ "std" ] }
4747
# Special functions for testing distributions

benches/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publish = false
77
[dependencies]
88

99
[dev-dependencies]
10-
rand = { version = "0.10.0-rc.0", features = ["small_rng", "nightly"] }
11-
rand_pcg = "0.9.0"
10+
rand = { version = "0.10.0-rc.5", features = ["small_rng", "nightly"] }
11+
rand_pcg = "0.10.0-rc.1"
1212
rand_distr = { path = ".." }
1313
criterion = "0.5"
1414
criterion-cycles-per-byte = "0.6"

0 commit comments

Comments
 (0)