Skip to content

Commit e86e618

Browse files
committed
uefi_alloc 0.1.4
1 parent 763bea5 commit e86e618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/uefi_alloc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "redox_uefi_alloc"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2018"
55
description = "UEFI allocation support"
66
license = "MIT"
@@ -11,4 +11,4 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
1111
name = "uefi_alloc"
1212

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

0 commit comments

Comments
 (0)