rand 0.5.0-pre.1 pre-release

This commit is contained in:
Diggory Hardy 2018-04-22 10:07:53 +01:00
parent 87f1b98eb9
commit aa4c483410
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rand"
version = "0.5.0-pre.0" # NB: When modifying, also modify html_root_url in lib.rs
version = "0.5.0-pre.1" # NB: When modifying, also modify html_root_url in lib.rs
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"

View File

@ -22,7 +22,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
rand = "0.5.0-pre.0"
rand = "0.5.0-pre.1"
```
and this to your crate root: