From e9f3699c126097da7621ac59c3597a31f1ba35ca Mon Sep 17 00:00:00 2001 From: CookieCoder15 <40507205+CookieCoder15@users.noreply.github.com> Date: Thu, 18 Feb 2021 13:56:39 +1100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- crates/pipes-rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db719b0..ab44ef6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,7 +267,7 @@ dependencies = [ [[package]] name = "pipes-rs" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "etcetera", diff --git a/crates/pipes-rs/Cargo.toml b/crates/pipes-rs/Cargo.toml index e7497b0..72868e6 100644 --- a/crates/pipes-rs/Cargo.toml +++ b/crates/pipes-rs/Cargo.toml @@ -3,7 +3,7 @@ authors = ["CookieCoder15 <40507205+CookieCoder15@users.noreply.github.com>"] edition = "2018" license = "MIT OR Apache-2.0" name = "pipes-rs" -version = "1.0.0" +version = "1.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html