Bump version number: 0.6.4

This commit is contained in:
Diggory Hardy 2019-01-08 10:39:57 +00:00
parent 3145af1a0b
commit 26c0ca56f8
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@ A [separate changelog is kept for rand_core](rand_core/CHANGELOG.md).
You may also find the [Upgrade Guide](https://rust-random.github.io/book/update.html) useful.
## [0.6.4] - 2019-01-08
### Fixes
- Move wasm-bindgen shims to correct crate (#682)
## [0.6.3] - 2019-01-04
### Fixes
- Make the `std` feature require the optional `rand_os` dependency (#675)

View File

@ -1,6 +1,6 @@
[package]
name = "rand"
version = "0.6.3"
version = "0.6.4"
authors = ["The Rand Project Developers", "The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"