|
1 | 1 | [package] |
2 | 2 | name = "rand" |
3 | | -version = "0.9.0-beta.0" |
| 3 | +version = "0.9.0-beta.1" |
4 | 4 | authors = ["The Rand Project Developers", "The Rust Project Developers"] |
5 | 5 | license = "MIT OR Apache-2.0" |
6 | 6 | readme = "README.md" |
@@ -37,7 +37,7 @@ serde = ["dep:serde", "rand_core/serde"] |
37 | 37 | std = ["rand_core/std", "rand_chacha?/std", "alloc"] |
38 | 38 |
|
39 | 39 | # Option: "alloc" enables support for Vec and Box when not using "std" |
40 | | -alloc = ["rand_core/alloc"] |
| 40 | +alloc = [] |
41 | 41 |
|
42 | 42 | # Option: enable OsRng |
43 | 43 | os_rng = ["rand_core/os_rng"] |
@@ -69,14 +69,14 @@ members = [ |
69 | 69 | exclude = ["benches", "distr_test"] |
70 | 70 |
|
71 | 71 | [dependencies] |
72 | | -rand_core = { path = "rand_core", version = "=0.9.0-beta.0", default-features = false } |
| 72 | +rand_core = { path = "rand_core", version = "=0.9.0-beta.1", default-features = false } |
73 | 73 | log = { version = "0.4.4", optional = true } |
74 | 74 | serde = { version = "1.0.103", features = ["derive"], optional = true } |
75 | | -rand_chacha = { path = "rand_chacha", version = "=0.9.0-beta.0", default-features = false, optional = true } |
| 75 | +rand_chacha = { path = "rand_chacha", version = "=0.9.0-beta.1", default-features = false, optional = true } |
76 | 76 | zerocopy = { version = "0.8.0", default-features = false, features = ["simd"] } |
77 | 77 |
|
78 | 78 | [dev-dependencies] |
79 | | -rand_pcg = { path = "rand_pcg", version = "=0.9.0-beta.0" } |
| 79 | +rand_pcg = { path = "rand_pcg", version = "=0.9.0-beta.1" } |
80 | 80 | # Only to test serde |
81 | 81 | bincode = "1.2.1" |
82 | 82 | rayon = "1.7" |
0 commit comments