This commit is contained in:
Kaan Barmore-Genç 2022-08-23 01:21:28 -04:00
parent e91a9c5c4f
commit 3daee43540
Signed by: kaan
GPG Key ID: B2E280771CD62FCF
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -632,7 +632,7 @@ dependencies = [
[[package]]
name = "gandi-live-dns"
version = "1.3.0"
version = "1.4.0"
dependencies = [
"anyhow",
"async-trait",

View File

@ -1,6 +1,6 @@
[package]
name = "gandi-live-dns"
version = "1.3.0"
version = "1.4.0"
edition = "2021"
authors = ["Kaan Barmore-Genç <kaan@bgenc.net>"]