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>
This commit is contained in:
David Brown 2024-06-12 14:44:46 -06:00 committed by David Brown
parent 847548a9ac
commit d6a5a7344f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[workspace]
members = ["sim"]
exclude = ["ptest"]
resolver = "2"
# The simulator runs very slowly without optimization. A value of 1
# compiles in about half the time, but runs about 5-6 times slower. 2