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