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.
2 parents 9d93c7b + 46d376c commit 95b35b9Copy full SHA for 95b35b9
crates/uefi_alloc/Cargo.toml
@@ -11,4 +11,4 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
11
name = "uefi_alloc"
12
13
[dependencies]
14
-redox_uefi = "0.1.2"
+redox_uefi = { path = "../uefi" , version = "0.1.2" }
crates/uefi_std/Cargo.toml
@@ -11,5 +11,5 @@ repository = "https://gitlab.redox-os.org/redox-os/uefi"
name = "uefi_std"
15
-redox_uefi_alloc = "0.1.1"
+redox_uefi = { path = "../uefi", version = "0.1.2" }
+redox_uefi_alloc = { path = "../uefi_alloc", version = "0.1.1" }
0 commit comments