Skip to content

Commit 893506a

Browse files
alpha.2 renamings
1 parent f61e274 commit 893506a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cargo-features = ["edition"]
33
[package]
44
name = "pin-utils"
55
edition = "2018"
6-
version = "0.1.0-alpha.1"
6+
version = "0.1.0-alpha.2"
77
authors = ["Josef Brandl <mail@josefbrandl.de>"]
88
license = "MIT OR Apache-2.0"
99
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ First, add this to your `Cargo.toml`:
1313

1414
```toml
1515
[dependencies]
16-
pin-utils = "0.1.0-alpha.1"
16+
pin-utils = "0.1.0-alpha.2"
1717
```
1818

1919
Now, you can use it:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#![deny(bare_trait_objects)]
88
#![allow(unknown_lints)]
99

10-
#![doc(html_root_url = "https://docs.rs/pin-utils/0.1.0-alpha.1")]
10+
#![doc(html_root_url = "https://docs.rs/pin-utils/0.1.0-alpha.2")]
1111

1212
#[doc(hidden)]
1313
pub mod core_reexport {

0 commit comments

Comments
 (0)