From 8d7f6b445597ce742edecfaeab61e5d370c71a35 Mon Sep 17 00:00:00 2001 From: Kayos Date: Sun, 24 May 2026 11:58:30 -0700 Subject: [PATCH] =?UTF-8?q?release:=200.11.5=20=E2=80=94=20semver-compatib?= =?UTF-8?q?le=20version=20bump=20for=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use 0.11.5 instead of 0.11.4-sulkta.1 so the in-workspace rustypipe-downloader / rustypipe-cli crates (which require `rustypipe = ^0.11.4`) keep resolving. The original upstream rev on codeberg is at 0.11.4; we tag this internal release as 0.11.5 to keep cargo happy without needing to bump dependents. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5442bc2..39cb949 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe" -version = "0.11.4-sulkta.1" +version = "0.11.5" rust-version = "1.67.1" edition.workspace = true authors.workspace = true