This commit is contained in:
Moritz Ruth 2023-08-09 00:36:53 +02:00
parent 59d21b3fe4
commit 6e6e35021b
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -667,7 +667,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]] [[package]]
name = "hassliebe" name = "hassliebe"
version = "1.0.1" version = "1.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "hassliebe" name = "hassliebe"
version = "1.0.1" version = "1.1.0"
edition = "2021" edition = "2021"
license = "BlueOak-1.0.0" license = "BlueOak-1.0.0"
authors = ["Moritz Ruth <dev@moritzruth.de>"] authors = ["Moritz Ruth <dev@moritzruth.de>"]