mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2024-12-04 12:50:49 -06:00
Update to 1.8.0
This commit is contained in:
parent
d4dffb19e9
commit
706251c4d8
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -652,7 +652,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gandi-live-dns"
|
||||
version = "1.7.0"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "gandi-live-dns"
|
||||
description = "Automatically updates your IP address in Gandi's Live DNS. Makes it possible to use Gandi as a dynamic DNS system."
|
||||
version = "1.7.0"
|
||||
version = "1.8.0"
|
||||
edition = "2021"
|
||||
authors = ["Kaan Barmore-Genç <kaan@bgenc.net>"]
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue