mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Publish new versions of the crates
This commit is contained in:
parent
f3daa6b96a
commit
ec44765fff
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uefi"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uefi-services"
|
||||
version = "0.2.1"
|
||||
version = "0.2.2"
|
||||
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Higher-level utilities for uefi-rs"
|
||||
|
|
@ -18,7 +18,7 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
|
|||
rlibc = "1.0.0"
|
||||
x86_64 = "0.8.3"
|
||||
|
||||
uefi = { version = "0.4.2", features = ["alloc", "logger"] }
|
||||
uefi = { version = "0.4.4", features = ["alloc", "logger"] }
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@ publish = false
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
uefi = { version = "0.4.2", features = ['exts'] }
|
||||
uefi-services = "0.2.0"
|
||||
uefi = { path = "..", features = ['exts'] }
|
||||
uefi-services = { path = "../uefi-services" }
|
||||
|
||||
log = { version = "0.4.8", default-features = false }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue