From 43f67cb6e2fc9e9748bcea3eac6da0b64466e340 Mon Sep 17 00:00:00 2001 From: alisa Date: Fri, 8 Mar 2024 14:50:34 +0800 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 514d308..52e9ab8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1648,7 +1648,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pg-auto-backup" -version = "1.1.1" +version = "1.1.2" dependencies = [ "aws-sdk-s3", "azure_storage", diff --git a/Cargo.toml b/Cargo.toml index ea5a4c4..6f763ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg-auto-backup" -version = "1.1.1" +version = "1.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html