Skip to content

Commit 9c37786

Browse files
author
Cass Fridkin
committed
(cargo-release) version 0.3.0
1 parent 72285ce commit 9c37786

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

envcrypt-macro/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
55
name = "envcrypt-macro"
66
readme = "README.md"
77
repository = "https://github.com/caass/envcrypt-rs"
8-
version = "0.2.1"
8+
version = "0.3.0"
99

1010
[package.metadata.release]
1111
shared-version = true

envcrypt-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ edition = "2021"
33
license = "MIT OR Apache-2.0"
44
name = "envcrypt-test"
55
publish = false
6-
version = "0.2.1"
6+
version = "0.3.0"
77

88
[package.metadata.release]
99
shared-version = true

envcrypt/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ license = "MIT OR Apache-2.0"
1414
name = "envcrypt"
1515
readme = "README.md"
1616
repository = "https://github.com/caass/envcrypt-rs"
17-
version = "0.2.1"
17+
version = "0.3.0"
1818

1919
[package.metadata.release]
2020
shared-version = true
2121

2222
[dependencies]
2323
chacha20poly1305 = "0.10.1"
24-
envcrypt-macro = { path = "../envcrypt-macro", version = "0.2.0" }
24+
envcrypt-macro = { path = "../envcrypt-macro", version = "0.3.0" }
2525

2626
[dev-dependencies]
2727
dotenvy = "0.15.3"

0 commit comments

Comments
 (0)