Skip to content

Commit db5874b

Browse files
authored
Merge pull request #10 from cramertj/master
Stage Alpha 3 release
2 parents f9bda7a + 66984e6 commit db5874b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2"
6+
version = "0.1.0-alpha.3"
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.2"
16+
pin-utils = "0.1.0-alpha.3"
1717
```
1818

1919
Now, you can use it:

0 commit comments

Comments
 (0)