File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 0.6.0] — Unreleased
7+ ## [ 0.6.0] — 2026-02-10
88- Bump to MSRV 1.85.0 and Edition 2024 in line with ` rand ` ([ #28 ] )
99- Update ` rand ` to version 0.10.0 ([ #31 ] , [ #48 ] )
1010
Original file line number Diff line number Diff line change 11[package ]
22name = " rand_distr"
3- version = " 0.6.0-rc.0 "
3+ version = " 0.6.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.10.0-rc.9 " , default-features = false }
36+ rand = { version = " 0.10.0" , default-features = false }
3737num-traits = { version = " 0.2.9" , default-features = false , features = [" libm" ] }
3838serde = { version = " 1.0.166" , features = [" derive" ], optional = true }
3939serde_with = { version = " 3" , optional = true }
4040
4141[dev-dependencies ]
42- rand_pcg = { version = " 0.10.0-rc.9 " }
42+ rand_pcg = { version = " 0.10.0" }
4343# For inline examples
44- rand = { version = " 0.10.0-rc.9 " , features = [] }
44+ rand = { version = " 0.10.0" , features = [] }
4545# Histogram implementation for testing uniformity
4646average = { version = " 0.16" , features = [ " std" ] }
4747# Special functions for testing distributions
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ publish = false
77[dependencies ]
88
99[dev-dependencies ]
10- rand = { version = " 0.10.0-rc.9 " , features = [] }
11- rand_pcg = " 0.10.0-rc.9 "
10+ rand = { version = " 0.10.0" , features = [] }
11+ rand_pcg = " 0.10.0"
1212rand_distr = { path = " .." }
1313criterion = " 0.5"
1414criterion-cycles-per-byte = " 0.6"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ publish = false
66
77[dev-dependencies ]
88rand_distr = { path = " .." , default-features = false , features = [" alloc" ] }
9- rand = { version = " 0.10.0-rc.9 " , features = [] }
9+ rand = { version = " 0.10.0" , features = [] }
1010num-traits = " 0.2.19"
1111# Special functions for testing distributions
1212special = " 0.11.0"
You can’t perform that action at this time.
0 commit comments