Merge branch 'release/0.2.1' into develop

This commit is contained in:
Rostislav Raykov 2020-03-22 23:32:01 +01:00
commit aefd5344f0
3 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View file

@ -2,7 +2,7 @@
// Use IntelliSense to learn about possible attributes. // Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes. // Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.1",
"configurations": [ "configurations": [
{ {
"type": "lldb", "type": "lldb",

2
Cargo.lock generated
View file

@ -121,7 +121,7 @@ dependencies = [
[[package]] [[package]]
name = "cloudflare-ddns" name = "cloudflare-ddns"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"human-panic 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "human-panic 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "cloudflare-ddns" name = "cloudflare-ddns"
version = "0.2.0" version = "0.2.1"
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"