From 7c915a9fd78ca7bfa9b44825f30e8c77a8ec23ee Mon Sep 17 00:00:00 2001 From: DuProcess <273172371+DuProcess@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:10:26 -0400 Subject: [PATCH] Release v1.0.0-rc43 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4fbe65f..73c52ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "1.0.0-rc42" +version = "1.0.0-rc43" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 652f5a4..01e58fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "1.0.0-rc42" +version = "1.0.0-rc43" edition = "2024" license = "MIT"