Bump version number: 0.6.4
This commit is contained in:
parent
3145af1a0b
commit
26c0ca56f8
@ -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)
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user