From 98cb5c68377160e1577f1a016b24566d9a62a77e Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 28 Dec 2023 22:52:40 +0100 Subject: [PATCH] Release Candidate 1.1.1-rc.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bcb71f..f0d5b02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,7 +114,7 @@ dependencies = [ [[package]] name = "cloudflare-dns-updater" -version = "1.1.1-rc.1" +version = "1.1.1-rc.2" dependencies = [ "chrono", "confy", diff --git a/Cargo.toml b/Cargo.toml index a8290a9..9e192e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Neshura"] name = "cloudflare-dns-updater" -version = "1.1.1-rc.1" +version = "1.1.1-rc.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html