From c1c672b188da18857f91aba3f7c68e8cd7244f43 Mon Sep 17 00:00:00 2001 From: DuProcess <273172371+DuProcess@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:34:49 -0400 Subject: [PATCH] Bump release candidate to rc8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30b33b5..d440d56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "1.0.0-rc7" +version = "1.0.0-rc8" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 0fe6e90..2ce2207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "1.0.0-rc7" +version = "1.0.0-rc8" edition = "2024" license = "MIT"