Skip to content

Commit

Permalink
0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yskszk63 committed Jun 26, 2022
1 parent 73ffe44 commit 503e8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-pipe"
version = "0.2.11"
version = "0.2.12"
authors = ["yskszk63 <yskszk63@gmail.com>"]
edition = "2018"
description = "Asynchronous pipe(2) library using tokio."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-pipe/0.2.11")]
#![doc(html_root_url = "https://docs.rs/tokio-pipe/0.2.12")]
//! Asynchronous pipe(2) library using tokio.
//!
//! # Example
Expand Down

0 comments on commit 503e8ae

Please sign in to comment.