mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
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:
parent
920e50bf7b
commit
49255956fd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
resolver = "3"
|
||||
members = [
|
||||
"template",
|
||||
"uefi",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue