We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763bea5 commit e86e618Copy full SHA for e86e618
crates/uefi_alloc/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redox_uefi_alloc"
3
-version = "0.1.3"
+version = "0.1.4"
4
edition = "2018"
5
description = "UEFI allocation support"
6
license = "MIT"
@@ -11,4 +11,4 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
11
name = "uefi_alloc"
12
13
[dependencies]
14
-redox_uefi = { path = "../uefi" , version = "0.1.2" }
+redox_uefi = { path = "../uefi" , version = "0.1.5" }
0 commit comments