mirror of
https://github.com/vbrandl/bind9-api.git
synced 2025-09-02 11:56:39 +02:00
Merge tag 'v0.1.1' into develop
v0.1.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bind9-api-client"
|
name = "bind9-api-client"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||||
description = "Client for the BIND9 API"
|
description = "Client for the BIND9 API"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
@@ -18,4 +18,4 @@ reqwest = "0.8.6"
|
|||||||
serde = "1.0.69"
|
serde = "1.0.69"
|
||||||
serde_derive = "1.0.69"
|
serde_derive = "1.0.69"
|
||||||
serde_json = "1.0.22"
|
serde_json = "1.0.22"
|
||||||
toml = "0.4.6"
|
toml = "0.4.6"
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bind9-api"
|
name = "bind9-api"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||||
description = "Web API to create, update and remove DNS entries in bind9"
|
description = "Web API to create, update and remove DNS entries in bind9"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
@@ -15,4 +15,4 @@ futures = "0.1.21"
|
|||||||
log = "0.4.3"
|
log = "0.4.3"
|
||||||
pretty_env_logger = "0.2.3"
|
pretty_env_logger = "0.2.3"
|
||||||
serde = "1.0.69"
|
serde = "1.0.69"
|
||||||
serde_json = "1.0.22"
|
serde_json = "1.0.22"
|
||||||
|
Reference in New Issue
Block a user