1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00
This commit is contained in:
Robin Appelman 2026-04-13 23:23:05 +02:00
commit 814a1c3121
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -932,7 +932,7 @@ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
[[package]]
name = "haze"
version = "2.2.0"
version = "2.2.1"
dependencies = [
"async-trait",
"atty",

View file

@ -1,6 +1,6 @@
[package]
name = "haze"
version = "2.2.0"
version = "2.2.1"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2021"
repository = "https://codeberg.org/icewind/haze"