Update crate version to 0.1.2

Update crate version to 0.1.2
This commit is contained in:
nipzu 2019-04-06 15:26:58 +03:00 committed by GitHub
commit dffc125981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.2] - 2019-04-06
- Add support for `wasm32-unknown-wasi` target.
## [0.1.1] - 2019-04-05
- Enable std functionality for CloudABI by default.

View File

@ -1,6 +1,6 @@
[package]
name = "getrandom"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"