|
1 | 1 | [package]
|
2 | 2 | name = "rand_distr"
|
3 |
| -version = "0.5.0-beta.2" |
| 3 | +version = "0.5.0-beta.3" |
4 | 4 | authors = ["The Rand Project Developers"]
|
5 | 5 | license = "MIT OR Apache-2.0"
|
6 | 6 | readme = "README.md"
|
@@ -33,15 +33,15 @@ std_math = ["num-traits/std"]
|
33 | 33 | serde = ["dep:serde", "dep:serde_with", "rand/serde"]
|
34 | 34 |
|
35 | 35 | [dependencies]
|
36 |
| -rand = { path = "..", version = "=0.9.0-beta.1", default-features = false } |
| 36 | +rand = { path = "..", version = "=0.9.0-beta.3", default-features = false } |
37 | 37 | num-traits = { version = "0.2", default-features = false, features = ["libm"] }
|
38 | 38 | serde = { version = "1.0.103", features = ["derive"], optional = true }
|
39 | 39 | serde_with = { version = ">= 3.0, <= 3.11", optional = true }
|
40 | 40 |
|
41 | 41 | [dev-dependencies]
|
42 | 42 | rand_pcg = { version = "=0.9.0-beta.1", path = "../rand_pcg" }
|
43 | 43 | # For inline examples
|
44 |
| -rand = { path = "..", version = "=0.9.0-beta.1", features = ["small_rng"] } |
| 44 | +rand = { path = "..", version = "=0.9.0-beta.3", features = ["small_rng"] } |
45 | 45 | # Histogram implementation for testing uniformity
|
46 | 46 | average = { version = "0.15", features = [ "std" ] }
|
47 | 47 | # Special functions for testing distributions
|
|
0 commit comments