Skip to content

Commit 89a5b22

Browse files
committed
Add: Edition 2021 to get green
Signed-off-by: Mark Van de Vyver <[email protected]>
1 parent 237af04 commit 89a5b22

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

test-virtual/wrkspc-dev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wrkspc-dev"
33
version = "0.0.0"
44
authors = ["Mark Van de Vyver <[email protected]>"]
55
license = "Apache-2.0"
6-
edition = "2018"
6+
edition = "2021"
77
description = "A development crate in a virtual workspace example"
88
homepage = "https://github.com/eupn/macrotest"
99
repository = "https://github.com/eupn/macrotest"

test-virtual/wrkspc-macro/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "wrkspc-macro"
33
version = "0.0.0"
44
authors = ["eupn <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
[lib]
@@ -14,4 +14,4 @@ proc-macro2 = "1.0"
1414
syn = "1.0"
1515

1616
[dev-dependencies]
17-
macrotest = { path = "../../" }
17+
macrotest = { path = "../../../macrotest" }

test-virtual/wrkspc-test/Cargo.toml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "wrkspc-test"
33
version = "0.0.0"
4-
edition = "2018"
4+
edition = "2021"
5+
publish = false
56

67
[lib]
78

@@ -10,13 +11,11 @@ default = []
1011

1112
test-feature = []
1213

13-
[dependencies]
14-
inventory = "0.2.2"
15-
1614
[dev-dependencies]
17-
macrotest = { path = "../../" }
15+
macrotest = { path = "../../../macrotest" }
16+
inventory = "0.2.2"
1817

1918
[[test]]
20-
name = "workspace-tests"
21-
path = "src/main.rs"
19+
name = "integration-tests"
20+
path = "integration/main.rs"
2221
harness = false

test-virtual/wrkspc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wrkspc"
33
version = "0.0.0"
44
authors = ["Mark Van de Vyver <[email protected]>"]
55
license = "Apache-2.0"
6-
edition = "2018"
6+
edition = "2021"
77
description = "A crate in a virtual workspace example"
88
homepage = "https://github.com/eupn/macrotest"
99
repository = "https://github.com/eupn/macrotest"

0 commit comments

Comments
 (0)