From 801fb1454f816bbb82aec5c1b07484113af57c2e Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Fri, 17 Nov 2023 07:50:44 +1100 Subject: [PATCH] Release 0.4.1 --- Cargo.lock | 2 +- aws-throwaway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9eb89ea..3950bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "aws-throwaway" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-trait", diff --git a/aws-throwaway/Cargo.toml b/aws-throwaway/Cargo.toml index 28569c7..f30501b 100644 --- a/aws-throwaway/Cargo.toml +++ b/aws-throwaway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-throwaway" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shotover/aws-throwaway"