From 45b6d64ae93c506e338080ee438f01910e7d7277 Mon Sep 17 00:00:00 2001 From: Dave Kempe Date: Mon, 20 Jul 2026 15:19:35 +1000 Subject: [PATCH] v1.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 776e041..4d6abab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3246,7 +3246,7 @@ dependencies = [ [[package]] name = "rustguac" -version = "1.8.0" +version = "1.8.1" dependencies = [ "aes", "axum", diff --git a/Cargo.toml b/Cargo.toml index a12049a..2821af4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustguac" -version = "1.8.0" +version = "1.8.1" edition = "2021" description = "Lightweight Rust replacement for Apache Guacamole client"