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.
2 parents 351edce + 1d0d26c commit 76acffeCopy full SHA for 76acffe
CHANGELOG.md
@@ -9,6 +9,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
9
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
10
11
12
+## [0.6.5] - Unreleased
13
+### Platforms
14
+- Fuchsia: Replaced fuchsia-zircon with fuchsia-cprng
15
+
16
## [0.6.4] - 2019-01-08
17
### Fixes
18
- Move wasm-bindgen shims to correct crate (#686)
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rand"
3
-version = "0.6.4"
+version = "0.6.5"
4
authors = ["The Rand Project Developers", "The Rust Project Developers"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
0 commit comments