Skip to content

Commit

Permalink
sim: Fix resolver warning from cargo
Browse files Browse the repository at this point in the history
Cargo prints a warning about conflicing resolvers being used.  Fix this
by explicitly setting the resolver in the project file.

Signed-off-by: David Brown <david.brown@linaro.org>
  • Loading branch information
d3zd3z committed Jun 12, 2024
1 parent 67700a2 commit c8292c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c8292c0

Please sign in to comment.