Skip to content

Commit 41e9f42

Browse files
authored
Address the warning in job build of workflow Rust
rust-lang/edition-guide#267 The resolver is a global setting for a [workspace], and the setting is ignored in dependencies. The setting is only honored for the top-level package of the workspace.
1 parent 59dc79e commit 41e9f42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[workspace]
2+
resolver = "2"
3+
24
members = [
35
"01-cli-tool",
46
"02-agent",
57
"03-api",
68
"04-frontend",
79
"05-backend",
8-
]
10+
]

0 commit comments

Comments
 (0)