mirror of
https://github.com/SeriousBug/gandi-live-dns-rust
synced 2025-09-03 18:18:33 -05:00
release 1.5.0
This commit is contained in:
parent
984449f748
commit
985ce8ea5c
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -660,7 +660,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gandi-live-dns"
|
name = "gandi-live-dns"
|
||||||
version = "1.4.0"
|
version = "1.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gandi-live-dns"
|
name = "gandi-live-dns"
|
||||||
version = "1.4.0"
|
description = "Automatically updates your IP address in Gandi's Live DNS. Makes it possible to use Gandi as a dynamic DNS system."
|
||||||
|
version = "1.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Kaan Barmore-Genç <kaan@bgenc.net>"]
|
authors = ["Kaan Barmore-Genç <kaan@bgenc.net>"]
|
||||||
|
license = "MIT"
|
||||||
|
readme = "Readme.md"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## gandi-live-dns-rust
|
## gandi-live-dns-rust
|
||||||
|
|
||||||
[](https://github.com/SeriousBug/gandi-live-dns-rust/actions/workflows/test.yml) [](https://github.com/SeriousBug/gandi-live-dns-rust/actions/workflows/lint.yml) [](https://github.com/SeriousBug/gandi-live-dns-rust/releases) [](https://hub.docker.com/r/seriousbug/gandi-live-dns-rust) [](https://github.com/SeriousBug/gandi-live-dns-rust/blob/master/LICENSE.txt)
|
[](https://github.com/SeriousBug/gandi-live-dns-rust/actions/workflows/test.yml) [](https://codecov.io/gh/SeriousBug/gandi-live-dns-rust) [](https://github.com/SeriousBug/gandi-live-dns-rust/actions/workflows/lint.yml) [](https://github.com/SeriousBug/gandi-live-dns-rust/releases) [](https://hub.docker.com/r/seriousbug/gandi-live-dns-rust) [](https://github.com/SeriousBug/gandi-live-dns-rust/blob/master/LICENSE.txt)
|
||||||
|
|
||||||
A program that can set the IP addresses for configured DNS entries in
|
A program that can set the IP addresses for configured DNS entries in
|
||||||
[Gandi](https://gandi.net)'s domain configuration. Thanks to Gandi's
|
[Gandi](https://gandi.net)'s domain configuration. Thanks to Gandi's
|
||||||
|
|
Loading…
Reference in a new issue