Merge branch 'release/0.1.6'
This commit is contained in:
commit
024476cc6f
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -153,7 +153,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cloudflare-ddns"
|
name = "cloudflare-ddns"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"exitcode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"exitcode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "cloudflare-ddns"
|
name = "cloudflare-ddns"
|
||||||
version = "0.1.5"
|
version = "0.1.6"
|
||||||
authors = ["Rostislav Raykov <z@zbrox.org>"]
|
authors = ["Rostislav Raykov <z@zbrox.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A simple CLI tool to use Cloudflare's free DDNS service"
|
description = "A simple CLI tool to use Cloudflare's free DDNS service"
|
||||||
repository = "git@github.com:zbrox/cloudflare-ddns.git"
|
repository = "https://github.com/zbrox/cloudflare-ddns"
|
||||||
homepage = "https://github.com/zbrox/cloudflare-ddns"
|
homepage = "https://github.com/zbrox/cloudflare-ddns"
|
||||||
keywords = ["cloudflare", "ddns", "cli"]
|
keywords = ["cloudflare", "ddns", "cli"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
|
Loading…
Reference in a new issue