Skip to content

Commit d6a5a73

Browse files
committedJun 26, 2024
sim: Fix resolver warning from cargo
Cargo prints a warning about conflicting resolvers being used. Fix this by explicitly setting the resolver in the project file. Signed-off-by: David Brown <david.brown@linaro.org>
1 parent 847548a commit d6a5a73

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,6 +1,7 @@
11
[workspace]
22
members = ["sim"]
33
exclude = ["ptest"]
4+
resolver = "2"
45

56
# The simulator runs very slowly without optimization. A value of 1
67
# compiles in about half the time, but runs about 5-6 times slower. 2

0 commit comments

Comments
 (0)