mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
Publish new versions of the crates (#321)
This commit is contained in:
parent
11cea89a82
commit
1818cd7871
3 changed files with 11 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uefi"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
|
|
@ -34,8 +34,8 @@ ignore-logger-errors = []
|
|||
[dependencies]
|
||||
bitflags = "1.3.2"
|
||||
log = { version = "0.4.14", default-features = false }
|
||||
ucs2 = "0.3.1"
|
||||
uefi-macros = "0.4.0"
|
||||
ucs2 = "0.3.2"
|
||||
uefi-macros = "0.5.0"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uefi-macros"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
authors = ["Hadrien G. <knights_of_ni@gmx.com>"]
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
|
|
@ -19,10 +19,10 @@ is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.28"
|
||||
quote = "1.0.9"
|
||||
syn = { version = "1.0.75", features = ["full"] }
|
||||
proc-macro2 = "1.0.33"
|
||||
quote = "1.0.10"
|
||||
syn = { version = "1.0.82", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
trybuild = "1.0.45"
|
||||
uefi = { version = "0.12.0", default-features = false }
|
||||
trybuild = "1.0.53"
|
||||
uefi = { version = "0.13.0", default-features = false }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "uefi-services"
|
||||
version = "0.9.0"
|
||||
version = "0.10.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.12.0", features = ["alloc", "logger"] }
|
||||
uefi = { version = "0.13.0", features = ["alloc", "logger"] }
|
||||
log = { version = "0.4.14", default-features = false }
|
||||
cfg-if = "1.0.0"
|
||||
qemu-exit = { version = "2.0.1", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue