Skip to content

Commit

Permalink
Address the warning in job build of workflow Rust
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
holdennguyen authored Jan 9, 2025
1 parent 59dc79e commit 41e9f42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[workspace]
resolver = "2"

members = [
"01-cli-tool",
"02-agent",
"03-api",
"04-frontend",
"05-backend",
]
]

0 comments on commit 41e9f42

Please sign in to comment.