hotfix(stub): rust_version -> rust-version in Cargo.toml
This commit is contained in:
parent
9dd9116b1e
commit
a5372db91f
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
# For UEFI target
|
# For UEFI target
|
||||||
rust_version = "1.68"
|
rust-version = "1.68"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
uefi = { version = "0.20.0", default-features = false, features = [ "alloc", "global_allocator" ] }
|
uefi = { version = "0.20.0", default-features = false, features = [ "alloc", "global_allocator" ] }
|
||||||
|
|
Loading…
Reference in New Issue