rework secure boot override

This commit is contained in:
2023-11-16 19:14:31 +01:00
parent 29b63e1848
commit 7655b589d6
5 changed files with 102 additions and 104 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "barnacle"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
[[bin]]
@ -15,6 +15,6 @@ bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
uefi = "0.19.1"
uefi-services = "0.16.0"
log = "0.4.20"
uefi = "0.26.0"
uefi-services = "0.23.0"