From 37248955ab2d9c59b303a465a826c5b2724de0bd Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 27 Feb 2026 23:03:24 +0100 Subject: [PATCH] 2.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b97063..d73ab8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,7 +932,7 @@ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" [[package]] name = "haze" -version = "2.1.5" +version = "2.1.6" dependencies = [ "async-trait", "atty", diff --git a/Cargo.toml b/Cargo.toml index 6e2663f..5760bd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haze" -version = "2.1.5" +version = "2.1.6" authors = ["Robin Appelman "] edition = "2021" repository = "https://codeberg.org/icewind/haze"