Specify resolver = "2" in Cargo.toml

it's the default for edition 2021, but somehow not the default for the
workspace...
This commit is contained in:
Maybe Waffle 2023-09-27 12:31:13 +04:00
parent 557a7c0df7
commit 3720296eea

View file

@ -1,6 +1,6 @@
[workspace] [workspace]
members = ["crates/*"] members = ["crates/*"]
resolver = "2"
# The settings below will be applied to all crates in the workspace # The settings below will be applied to all crates in the workspace
[workspace.package] [workspace.package]