Skip to content

Commit

Permalink
release: just testing
Browse files Browse the repository at this point in the history
release: body
  • Loading branch information
nicholasbishop committed Nov 11, 2023
1 parent 89f0eda commit 69e318b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"
publish = false

[dependencies]
uefi = { version = "0.25.0", features = ["alloc"] }
uefi-services = "0.22.0"
uefi = { version = "0.26.0", features = ["alloc"] }
uefi-services = "0.23.0"
4 changes: 2 additions & 2 deletions uefi-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uefi-macros"
version = "0.12.0"
version = "0.13.0"
readme = "README.md"
description = "Procedural macros for the `uefi` crate."

Expand All @@ -22,4 +22,4 @@ syn = { version = "2.0.4", features = ["full"] }

[dev-dependencies]
trybuild = "1.0.61"
uefi = { version = "0.25.0", default-features = false }
uefi = { version = "0.26.0", default-features = false }
2 changes: 1 addition & 1 deletion uefi-raw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uefi-raw"
version = "0.4.0"
version = "0.5.0"
readme = "README.md"
description = "Raw UEFI types"

Expand Down
4 changes: 2 additions & 2 deletions uefi-services/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uefi-services"
version = "0.22.0"
version = "0.23.0"
readme = "README.md"
description = "Higher-level utilities for the `uefi` crate."

Expand All @@ -13,7 +13,7 @@ repository.workspace = true
rust-version.workspace = true

[dependencies]
uefi = { version = "0.25.0", features = ["global_allocator"] }
uefi = { version = "0.26.0", features = ["global_allocator"] }
log.workspace = true
cfg-if = "1.0.0"
qemu-exit = { version = "3.0.1", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions uefi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uefi"
version = "0.25.0"
version = "0.26.0"
readme = "README.md"
description = "Safe and easy-to-use wrapper for building UEFI apps."

Expand Down Expand Up @@ -29,8 +29,8 @@ bitflags.workspace = true
log.workspace = true
ptr_meta.workspace = true
ucs2 = "0.3.2"
uefi-macros = "0.12.0"
uefi-raw = "0.4.0"
uefi-macros = "0.13.0"
uefi-raw = "0.5.0"
uguid.workspace = true

[package.metadata.docs.rs]
Expand Down

0 comments on commit 69e318b

Please sign in to comment.