From 7823c8c3a56ca71c04723f4810ed274c2854311e Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Wed, 13 Mar 2024 09:50:43 +1100 Subject: [PATCH] Release 0.6.3 --- Cargo.lock | 2 +- aws-throwaway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de67772..80883b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "aws-throwaway" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "async-trait", diff --git a/aws-throwaway/Cargo.toml b/aws-throwaway/Cargo.toml index e6f4147..d4fd93c 100644 --- a/aws-throwaway/Cargo.toml +++ b/aws-throwaway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-throwaway" -version = "0.6.2" +version = "0.6.3" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shotover/aws-throwaway"