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 2026-02-13 21:33:47 +01:00
commit 37925bd843
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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