From 70b6af092b24a101bd14ec6d33ba7c1ef6dd8b4d Mon Sep 17 00:00:00 2001 From: Shia Date: Tue, 1 Oct 2024 07:58:55 +0900 Subject: [PATCH] Update to v0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fb5e28..ff3e02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,7 +693,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "fubura" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index e29d613..8e64c68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fubura" -version = "0.1.6" +version = "0.1.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html