From 035c07f170aa293bcc626f27998c2b2b28660881 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Wed, 26 Feb 2025 19:47:42 +0100 Subject: [PATCH] chore(deps): update rustypipe to 0.11.0 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b429215..381e5d3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe-cli" -version = "0.7.0" +version = "0.7.1" rust-version = "1.70.0" edition.workspace = true authors.workspace = true