Skip to content

Commit

Permalink
(cargo-release) version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cass Fridkin committed Sep 2, 2022
1 parent 72285ce commit 9c37786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion envcrypt-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion envcrypt-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions envcrypt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9c37786

Please sign in to comment.