File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.1] - 2019-08-08
8
+ ### Fixed
9
+ - Fix ` no_std ` support.
7
10
8
11
## [ 0.2.0] - 2019-06-06
9
- Replaced implementation with a backwards-compatible shim around
12
+ ### Changed
13
+ - Minimum Supported Rust Version has changed to 1.32.
14
+ - Replaced implementation with a backwards-compatible shim around
10
15
[ getrandom] ( https://crates.io/crates/getrandom ) .
11
16
12
17
## [ 0.1.3] - 2019-03-05
13
- ### Changes
18
+ ### Fixed
14
19
- Fix support for Illumos (#730 )
15
20
- Fix deprecation warnings from atomic init (#739 )
16
21
17
22
## [ 0.1.2] - 2019-01-28
18
- ### Changes
23
+ ### Changed
19
24
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
20
25
21
26
## [ 0.1.1] - 2019-01-08
22
- ### Additions
27
+ ### Added
23
28
- Add support for x86_64-fortanix-unknown-sgx target (#670 )
24
29
25
30
## [ 0.1.0] - 2019-01-04
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_os"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
authors = [" The Rand Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
@@ -22,5 +22,5 @@ wasm-bindgen = ["getrandom/wasm-bindgen"]
22
22
stdweb = [" getrandom/stdweb" ]
23
23
24
24
[dependencies ]
25
- rand_core = { path = " ../rand_core" , version = " 0.5" , features = [" std " ] }
25
+ rand_core = { path = " ../rand_core" , version = " 0.5" , features = [" getrandom " ] }
26
26
getrandom = " 0.1.1"
You can’t perform that action at this time.
0 commit comments