From e11ba1a65245a3ebbbc90ff5cde65c3264ca7b6e Mon Sep 17 00:00:00 2001 From: DuProcess <273172371+DuProcess@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:49:14 -0400 Subject: [PATCH] Bump version to 1.0.0-rc16 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 225598f..c106713 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "1.0.0-rc15" +version = "1.0.0-rc16" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 48805d3..9ad6105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "1.0.0-rc15" +version = "1.0.0-rc16" edition = "2024" license = "MIT"