File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
2
members = [" envcrypt" , " envcrypt-macro" , " envcrypt-test" ]
3
+
4
+ [workspace .metadata .release ]
5
+ consolidate-commits = true
6
+ consolidate-pushes = true
7
+ shared-version = true
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ license = "MIT OR Apache-2.0"
5
5
name = " envcrypt-macro"
6
6
version = " 0.2.0"
7
7
8
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
+ [package .metadata .release ]
9
+ shared-version = true
10
+ tag = false
9
11
10
12
[lib ]
11
13
path = " src/lib.rs"
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ edition = "2021"
3
3
license = " MIT OR Apache-2.0"
4
4
name = " envcrypt-test"
5
5
publish = false
6
- version = " 0.0.0"
6
+ version = " 0.2.0"
7
+
8
+ [package .metadata .release ]
9
+ shared-version = true
10
+ tag = false
7
11
8
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
13
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ readme = "../README.md"
16
16
repository = " https://github.com/caass/envcrypt-rs"
17
17
version = " 0.2.0"
18
18
19
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
19
+ [package .metadata .release ]
20
+ shared-version = true
20
21
21
22
[dependencies ]
22
23
envcrypt-macro = { path = " ../envcrypt-macro" , version = " 0.2.0" }
You can’t perform that action at this time.
0 commit comments