alpha.2 renamings

This commit is contained in:
Josef Reinhard Brandl
2018-08-30 20:14:35 +02:00
parent 59a81e021b
commit be00d76e16
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ cargo-features = ["edition"]
[package]
name = "pin-utils"
edition = "2018"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["Josef Brandl <mail@josefbrandl.de>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
+1 -1
View File
@@ -13,7 +13,7 @@ First, add this to your `Cargo.toml`:
```toml
[dependencies]
pin-utils = "0.1.0-alpha.1"
pin-utils = "0.1.0-alpha.2"
```
Now, you can use it:
+1 -1
View File
@@ -7,7 +7,7 @@
#![deny(bare_trait_objects)]
#![allow(unknown_lints)]
#![doc(html_root_url = "https://docs.rs/pin-utils/0.1.0-alpha.1")]
#![doc(html_root_url = "https://docs.rs/pin-utils/0.1.0-alpha.2")]
#[doc(hidden)]
pub mod core_reexport {