From a5372db91fb13d98b2d32bc15d2ad303f58885a6 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 29 Apr 2023 22:32:04 +0200 Subject: [PATCH] hotfix(stub): rust_version -> rust-version in Cargo.toml --- rust/stub/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/stub/Cargo.toml b/rust/stub/Cargo.toml index 7650588..bceed92 100644 --- a/rust/stub/Cargo.toml +++ b/rust/stub/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" publish = false # For UEFI target -rust_version = "1.68" +rust-version = "1.68" [dependencies] uefi = { version = "0.20.0", default-features = false, features = [ "alloc", "global_allocator" ] }