File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
5
5
name = " envcrypt-macro"
6
6
readme = " README.md"
7
7
repository = " https://github.com/caass/envcrypt-rs"
8
- version = " 0.2.1 "
8
+ version = " 0.3.0 "
9
9
10
10
[package .metadata .release ]
11
11
shared-version = true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ edition = "2021"
3
3
license = " MIT OR Apache-2.0"
4
4
name = " envcrypt-test"
5
5
publish = false
6
- version = " 0.2.1 "
6
+ version = " 0.3.0 "
7
7
8
8
[package .metadata .release ]
9
9
shared-version = true
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ license = "MIT OR Apache-2.0"
14
14
name = " envcrypt"
15
15
readme = " README.md"
16
16
repository = " https://github.com/caass/envcrypt-rs"
17
- version = " 0.2.1 "
17
+ version = " 0.3.0 "
18
18
19
19
[package .metadata .release ]
20
20
shared-version = true
21
21
22
22
[dependencies ]
23
23
chacha20poly1305 = " 0.10.1"
24
- envcrypt-macro = { path = " ../envcrypt-macro" , version = " 0.2 .0" }
24
+ envcrypt-macro = { path = " ../envcrypt-macro" , version = " 0.3 .0" }
25
25
26
26
[dev-dependencies ]
27
27
dotenvy = " 0.15.3"
You can’t perform that action at this time.
0 commit comments