diff --git a/Cargo.lock b/Cargo.lock index abc62cc..50b7d6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "pipes-rs" -version = "1.6.2" +version = "1.6.3" dependencies = [ "anyhow", "home", diff --git a/crates/pipes-rs/Cargo.toml b/crates/pipes-rs/Cargo.toml index f0f3115..73c5de8 100644 --- a/crates/pipes-rs/Cargo.toml +++ b/crates/pipes-rs/Cargo.toml @@ -3,7 +3,7 @@ description = "An over-engineered rewrite of pipes.sh in Rust" edition = "2021" license = "BlueOak-1.0.0" name = "pipes-rs" -version = "1.6.2" +version = "1.6.3" [dependencies] anyhow = "1.0.70"