From 1f01338eb86298777fa9bd5b65c3ca9a8c760bb4 Mon Sep 17 00:00:00 2001 From: DuProcess <273172371+DuProcess@users.noreply.github.com> Date: Thu, 9 Jul 2026 19:52:08 -0400 Subject: [PATCH] Bump version to 1.0.0-rc13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c21c2ac..1a580dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "1.0.0-rc12" +version = "1.0.0-rc13" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 2aeb2b4..243feda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "1.0.0-rc12" +version = "1.0.0-rc13" edition = "2024" license = "MIT"