We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8dc9ad commit 39e3f4aCopy full SHA for 39e3f4a
rand_os/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
8
+## [0.1.2] - 2019-01-28
9
+### Changes
10
+- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
11
+
12
## [0.1.1] - 2019-01-08
13
### Additions
14
- Add support for x86_64-fortanix-unknown-sgx target (#670)
rand_os/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand_os"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["The Rand Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
0 commit comments