File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
target
2
2
Cargo.lock
3
+ rand_wasm_bindgen_test * . [tj ]s
4
+ rand_wasm_bindgen_test * .wasm
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ 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
7
8
+ ## [ 0.1.3] - 2019-03-05
9
+ ### Changes
10
+ - Fix support for Illumos (#730 )
11
+ - Fix deprecation warnings from atomic init (#739 )
12
+
8
13
## [ 0.1.2] - 2019-01-28
9
14
### Changes
10
15
- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rand_os"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
authors = [" The Rand Project Developers" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments