From 283a2c63a2591a6557e7da23c2ea24786ab5e5c8 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Mon, 22 Jul 2024 11:22:03 +1000 Subject: [PATCH] Release 0.6.4 --- Cargo.lock | 2 +- aws-throwaway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0709784..b189fa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "aws-throwaway" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "async-trait", diff --git a/aws-throwaway/Cargo.toml b/aws-throwaway/Cargo.toml index 3bff22d..2b83709 100644 --- a/aws-throwaway/Cargo.toml +++ b/aws-throwaway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-throwaway" -version = "0.6.3" +version = "0.6.4" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shotover/aws-throwaway"