workspace: switch to resolver v3

Default since Rust 2024 [0]. I am not sure if Cargo decided to use v2
instead of v3, but this way it is more correct in any way.

[0] https://doc.rust-lang.org/edition-guide/rust-2024/cargo-resolver.html
This commit is contained in:
Philipp Schuster 2026-01-02 13:38:20 +01:00
parent 920e50bf7b
commit 49255956fd

View file

@ -1,5 +1,5 @@
[workspace]
resolver = "2"
resolver = "3"
members = [
"template",
"uefi",