Skip to content

Commit c0da350

Browse files
authored
Specify resolver = "2" in the workspace Cargo.toml (#130)
Fixes the below warning: > warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` > note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest > note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1 parent d753213 commit c0da350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[workspace]
2+
resolver = "2"
23
members = ["crates/*"]

0 commit comments

Comments
 (0)