From 719a7ee9e917155e27d56f3f7dedee5f86019be5 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Fri, 21 Jul 2023 08:31:31 +1000 Subject: [PATCH] release 0.1.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 ff5c62f..09cc9fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "aws-throwaway" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "async-trait", diff --git a/aws-throwaway/Cargo.toml b/aws-throwaway/Cargo.toml index ad74de7..ac45d7b 100644 --- a/aws-throwaway/Cargo.toml +++ b/aws-throwaway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-throwaway" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/shotover/aws-throwaway"