File tree 3 files changed +6
-2
lines changed 3 files changed +6
-2
lines changed 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).
9
9
You may also find the [ Upgrade Guide] ( https://rust-random.github.io/book/update.html ) useful.
10
10
11
11
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
+
12
16
## [ 0.6.0] - 2018-11-14
13
17
14
18
### Project organisation
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " 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
4
4
authors = [" The Rand Project Developers" , " The Rust Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 49
49
50
50
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
51
51
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 " ) ]
53
53
54
54
#![ deny( missing_docs) ]
55
55
#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments