From 601510687e5ecf8852e80aab5c8dc6407adf7137 Mon Sep 17 00:00:00 2001 From: DuProcess <273172371+DuProcess@users.noreply.github.com> Date: Thu, 2 Jul 2026 19:07:46 -0400 Subject: [PATCH] Prepare Dosh 0.1.9 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8320cb5..5b48f41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 1396607..be43ca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "0.1.8" +version = "0.1.9" edition = "2024" license = "MIT"