1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00
This commit is contained in:
Robin Appelman 2025-12-01 19:12:00 +01:00
commit f92f6206bc
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -624,7 +624,7 @@ checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
[[package]] [[package]]
name = "haze" name = "haze"
version = "2.1.2" version = "2.1.3"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"atty", "atty",

View file

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