Skip to content

Commit 812c3bd

Browse files
committed
Merge branch 'release/v0.1.1'
2 parents a61c994 + 9161560 commit 812c3bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-pipe"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Creates an asynchronous piped reader and writer pair using tokio.rs"
55
homepage = "https://github.com/rousan/async-pipe-rs"
66
repository = "https://github.com/rousan/async-pipe-rs"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# async-pipe-rs
22

3-
[![crates.io](https://img.shields.io/crates/v/async-rs.svg)](https://crates.io/crates/async-rs)
4-
[![Documentation](https://docs.rs/async-rs/badge.svg)](https://docs.rs/async-rs)
5-
[![MIT](https://img.shields.io/crates/l/async-rs.svg)](./LICENSE)
3+
[![crates.io](https://img.shields.io/crates/v/async-pipe.svg)](https://crates.io/crates/async-pipe)
4+
[![Documentation](https://docs.rs/async-pipe/badge.svg)](https://docs.rs/async-pipe)
5+
[![MIT](https://img.shields.io/crates/l/async-pipe.svg)](./LICENSE)
66

77
Creates an asynchronous piped reader and writer pair using `tokio.rs`.
88

9-
[Docs](https://docs.rs/async-rs)
9+
[Docs](https://docs.rs/async-pipe)
1010

1111
## Example
1212

0 commit comments

Comments
 (0)