From c675f250f54ca4f83be1bf8b024e68b56cbc9548 Mon Sep 17 00:00:00 2001 From: Dave Kempe Date: Sun, 26 Jul 2026 08:15:25 +1000 Subject: [PATCH] v1.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2ca4ca..af94bfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3253,7 +3253,7 @@ dependencies = [ [[package]] name = "rustguac" -version = "1.8.2" +version = "1.9.0" dependencies = [ "aes", "axum", diff --git a/Cargo.toml b/Cargo.toml index 00d5cd9..383cc76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustguac" -version = "1.8.2" +version = "1.9.0" edition = "2021" description = "Lightweight Rust replacement for Apache Guacamole client"