From 689d20f7e7ea1ce86ce9a10c9d1ce006ce17ae62 Mon Sep 17 00:00:00 2001 From: DuProcess <273172371+DuProcess@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:00:18 -0400 Subject: [PATCH] Bump release candidate to rc2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2796ff..c85dc85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "1.0.0-rc1" +version = "1.0.0-rc2" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 5f707a5..dad8846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "1.0.0-rc1" +version = "1.0.0-rc2" edition = "2024" license = "MIT"