From 9c37786c10ac414965c66ddd590a7827b1199825 Mon Sep 17 00:00:00 2001 From: Cass Fridkin Date: Fri, 2 Sep 2022 17:09:24 -0500 Subject: [PATCH] (cargo-release) version 0.3.0 --- envcrypt-macro/Cargo.toml | 2 +- envcrypt-test/Cargo.toml | 2 +- envcrypt/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/envcrypt-macro/Cargo.toml b/envcrypt-macro/Cargo.toml index d63b4f5..93894be 100644 --- a/envcrypt-macro/Cargo.toml +++ b/envcrypt-macro/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0" name = "envcrypt-macro" readme = "README.md" repository = "https://github.com/caass/envcrypt-rs" -version = "0.2.1" +version = "0.3.0" [package.metadata.release] shared-version = true diff --git a/envcrypt-test/Cargo.toml b/envcrypt-test/Cargo.toml index e328aac..79a8a9d 100644 --- a/envcrypt-test/Cargo.toml +++ b/envcrypt-test/Cargo.toml @@ -3,7 +3,7 @@ edition = "2021" license = "MIT OR Apache-2.0" name = "envcrypt-test" publish = false -version = "0.2.1" +version = "0.3.0" [package.metadata.release] shared-version = true diff --git a/envcrypt/Cargo.toml b/envcrypt/Cargo.toml index 554b429..fc27d9c 100644 --- a/envcrypt/Cargo.toml +++ b/envcrypt/Cargo.toml @@ -14,14 +14,14 @@ license = "MIT OR Apache-2.0" name = "envcrypt" readme = "README.md" repository = "https://github.com/caass/envcrypt-rs" -version = "0.2.1" +version = "0.3.0" [package.metadata.release] shared-version = true [dependencies] chacha20poly1305 = "0.10.1" -envcrypt-macro = { path = "../envcrypt-macro", version = "0.2.0" } +envcrypt-macro = { path = "../envcrypt-macro", version = "0.3.0" } [dev-dependencies] dotenvy = "0.15.3"