Skip to content

Commit 763bea5

Browse files
committed
uefi_std 0.1.7
1 parent a70a719 commit 763bea5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/uefi_std/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redox_uefi_std"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
edition = "2018"
55
description = "UEFI standard library"
66
license = "MIT"
@@ -11,5 +11,5 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
1111
name = "uefi_std"
1212

1313
[dependencies]
14-
redox_uefi = { path = "../uefi", version = "0.1.2" }
15-
redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.1" }
14+
redox_uefi = { path = "../uefi", version = "0.1.5" }
15+
redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.4" }

0 commit comments

Comments
 (0)