Add resolver to workspace manifest

This explicitly specifies resolver "2" in the root manifest, to fix a
warning introduced in a recent nightly release.
This commit is contained in:
Christian Duerr 2023-06-11 20:58:30 +02:00 committed by GitHub
parent 724f3be3c9
commit ea2c39e65d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ members = [
"alacritty_config",
"alacritty_config_derive",
]
resolver = "2"
[profile.release]
lto = "thin"