From 59ca47cd509b5b062f000a1fd771cfef1c61d8b8 Mon Sep 17 00:00:00 2001 From: Neshura Date: Tue, 21 Mar 2023 10:45:05 +0100 Subject: [PATCH] Update Cargo files with correct version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c34d9cc..c46c92f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "0.1.0" +version = "0.2.8" dependencies = [ "chrono", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 0b42726..cf13fd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-dns-updater" -version = "0.1.0" +version = "0.2.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html