mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Publish new version of the crate
This commit is contained in:
parent
229da01804
commit
68d21a660e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uefi"
|
||||
version = "0.8.1"
|
||||
version = "0.9.0"
|
||||
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uefi-services"
|
||||
version = "0.5.1"
|
||||
version = "0.6.0"
|
||||
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Higher-level utilities for uefi-rs"
|
||||
|
|
@ -15,7 +15,7 @@ is-it-maintained-issue-resolution = { repository = "rust-osdev/uefi-rs" }
|
|||
is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
|
||||
|
||||
[dependencies]
|
||||
uefi = { version = "0.8.0", features = ["alloc", "logger"] }
|
||||
uefi = { version = "0.9.0", features = ["alloc", "logger"] }
|
||||
log = { version = "0.4.11", default-features = false }
|
||||
cfg-if = "1.0.0"
|
||||
qemu-exit = "2.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue