File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
99You may also find the [ Upgrade Guide] ( https://rust-random.github.io/book/update.html ) useful.
1010
1111
12+ ## [ 0.6.1] - 2018-11-22
13+ - Support sampling ` Duration ` also for ` no_std ` (only since Rust 1.25) (#649 )
14+ - Disable default features of ` libc ` (#647 )
15+
1216## [ 0.6.0] - 2018-11-14
1317
1418### Project organisation
Original file line number Diff line number Diff line change 11[package ]
22name = " rand"
3- version = " 0.6.0 " # NB: When modifying, also modify html_root_url in lib.rs
3+ version = " 0.6.1 " # NB: When modifying, also modify html_root_url in lib.rs
44authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change 4949
5050#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
5151 html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
52- html_root_url = "https://docs.rs/rand/0.6.0 " ) ]
52+ html_root_url = "https://docs.rs/rand/0.6.1 " ) ]
5353
5454#![ deny( missing_docs) ]
5555#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments