From 1138218878013f857546ac3265cc97850fa54890 Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 17 Nov 2025 11:36:29 +0100 Subject: [PATCH] build(Cargo.toml): resolve the fact that we have v0.5.0-rc.8.1 despite 0.5.0-rc.8 in toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 545fce3a..814f1d3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://forgejo.ellis.link/continuwuation/continuwuity" rust-version = "1.86.0" -version = "0.5.0-rc.8" +version = "0.5.0-rc.8.1" [workspace.metadata.crane] name = "conduwuit"