From 814a1c3121d57a84dee4506cdbe247e52da8c0ee Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 13 Apr 2026 23:23:05 +0200 Subject: [PATCH] 2.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aba8178..22fafea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,7 +932,7 @@ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" [[package]] name = "haze" -version = "2.2.0" +version = "2.2.1" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 73a4c8d..9318714 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haze" -version = "2.2.0" +version = "2.2.1" authors = ["Robin Appelman "] edition = "2021" repository = "https://codeberg.org/icewind/haze"