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 2022-03-21 22:36:55 +01:00
commit 610c3ff791
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -429,7 +429,7 @@ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]] [[package]]
name = "haze" name = "haze"
version = "1.0.1" version = "1.1.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bollard", "bollard",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "haze" name = "haze"
version = "1.0.1" version = "1.1.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"
repository = "https://github.com/icewind1991/haze" repository = "https://github.com/icewind1991/haze"