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"