From 48e044652170f9fe02f264a57bd4dad540ddbead Mon Sep 17 00:00:00 2001 From: Neshura Date: Tue, 26 Dec 2023 04:24:35 +0100 Subject: [PATCH] Release Candidate 1.0.0-rc.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f53a033..abe8c2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "0.2.8" +version = "1.0.0-rc.1" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index c6d37d4..8fcab3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-dns-updater" -version = "0.2.8" +version = "1.0.0-rc.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html