File tree 6 files changed +10
-11
lines changed
6 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "wrkspc-dev"
3
3
version = " 0.0.0"
4
4
authors = [
" Mark Van de Vyver <[email protected] >" ]
5
5
license = " Apache-2.0"
6
- edition = " 2018 "
6
+ edition = " 2021 "
7
7
description = " A development crate in a virtual workspace example"
8
8
homepage = " https://github.com/eupn/macrotest"
9
9
repository = " https://github.com/eupn/macrotest"
Original file line number Diff line number Diff line change 2
2
name = " wrkspc-macro"
3
3
version = " 0.0.0"
4
4
authors = [
" eupn <[email protected] >" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
6
6
publish = false
7
7
8
8
[lib ]
@@ -14,4 +14,4 @@ proc-macro2 = "1.0"
14
14
syn = " 1.0"
15
15
16
16
[dev-dependencies ]
17
- macrotest = { path = " ../../" }
17
+ macrotest = { path = " ../../../macrotest " }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wrkspc-test"
3
3
version = " 0.0.0"
4
- edition = " 2018"
4
+ edition = " 2021"
5
+ publish = false
5
6
6
7
[lib ]
7
8
@@ -10,13 +11,11 @@ default = []
10
11
11
12
test-feature = []
12
13
13
- [dependencies ]
14
- inventory = " 0.2.2"
15
-
16
14
[dev-dependencies ]
17
- macrotest = { path = " ../../" }
15
+ macrotest = { path = " ../../../macrotest" }
16
+ inventory = " 0.2.2"
18
17
19
18
[[test ]]
20
- name = " workspace -tests"
21
- path = " src /main.rs"
19
+ name = " integration -tests"
20
+ path = " integration /main.rs"
22
21
harness = false
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "wrkspc"
3
3
version = " 0.0.0"
4
4
authors = [
" Mark Van de Vyver <[email protected] >" ]
5
5
license = " Apache-2.0"
6
- edition = " 2018 "
6
+ edition = " 2021 "
7
7
description = " A crate in a virtual workspace example"
8
8
homepage = " https://github.com/eupn/macrotest"
9
9
repository = " https://github.com/eupn/macrotest"
You can’t perform that action at this time.
0 commit comments