Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8314923

Browse files
author
Edvin Åkerfeldt
committedOct 20, 2023
Fix warning regarding resolver
Resolver need to be set on workspace level. See rust-lang/cargo#10112
1 parent 96c0f3f commit 8314923

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
@@ -3,3 +3,4 @@ members = [
33
"mcan",
44
"mcan-core",
55
]
6+
resolver = "2"

0 commit comments

Comments
 (0)
Please sign in to comment.