diff --git a/Cargo.toml b/Cargo.toml index dbdc18f..d5d858d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "process-stream" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Thin wrapper around [`tokio::process`] to make it streamable" authors = ["tami5 "] diff --git a/README.md b/README.md index 6d5b3fa..6fcf558 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Wraps `tokio::process::Command` to `future::stream`. ## Install ```toml -process-stream = "0.1.0" +process-stream = "0.1.2" ``` ## Example usage: