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 a70a719 commit 763bea5Copy full SHA for 763bea5
crates/uefi_std/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "redox_uefi_std"
3
-version = "0.1.6"
+version = "0.1.7"
4
edition = "2018"
5
description = "UEFI standard library"
6
license = "MIT"
@@ -11,5 +11,5 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
11
name = "uefi_std"
12
13
[dependencies]
14
-redox_uefi = { path = "../uefi", version = "0.1.2" }
15
-redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.1" }
+redox_uefi = { path = "../uefi", version = "0.1.5" }
+redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.4" }
0 commit comments