File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rand_distr"
3- version = " 0.5.1 "
3+ version = " 0.6.0-rc.0 "
44authors = [" The Rand Project Developers" ]
55license = " MIT OR Apache-2.0"
66readme = " README.md"
@@ -33,15 +33,15 @@ std_math = ["num-traits/std"]
3333serde = [" dep:serde" , " dep:serde_with" , " rand/serde" ]
3434
3535[dependencies ]
36- rand = { version = " 0.9 .0" , default-features = false }
36+ rand = { version = " 0.10.0-rc .0" , default-features = false }
3737num-traits = { version = " 0.2" , default-features = false , features = [" libm" ] }
3838serde = { version = " 1.0.103" , features = [" derive" ], optional = true }
3939serde_with = { version = " 3" , optional = true }
4040
4141[dev-dependencies ]
4242rand_pcg = { version = " 0.9.0" }
4343# For inline examples
44- rand = { version = " 0.9 .0" , features = [" small_rng" ] }
44+ rand = { version = " 0.10.0-rc .0" , features = [" small_rng" ] }
4545# Histogram implementation for testing uniformity
4646average = { version = " 0.16" , features = [ " std" ] }
4747# Special functions for testing distributions
You can’t perform that action at this time.
0 commit comments