From eadfb8db23b81ac010ea9a1bef960099978b4c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 8 Nov 2024 22:14:10 +0100 Subject: [PATCH] Release v0.4.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 476d7ab..2f4dff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories.workspace = true readme.workspace = true [workspace.package] -version = "0.3.0" +version = "0.4.0" edition = "2021" rust-version = "1.81" @@ -26,7 +26,7 @@ categories = ["api-bindings"] readme = "README.md" [dependencies] -aws-macros = { path = "./aws_macros", version = "0.3.*" } +aws-macros = { path = "./aws_macros", version = "0.4.*" } aws-config = { version = "1.*", default-features = false } aws-sdk-ec2 = { version = "1.*", default-features = false, features = [ "rustls",