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 6047a89 commit 138b198Copy full SHA for 138b198
bios/Cargo.toml
@@ -6,8 +6,8 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-bootloader_api = { version = "0.1.0", path = "../api" }
10
-bootloader-x86_64-common = { version = "0.1.0", path = "../common" }
+bootloader_api = { version = "0.1.0-alpha.0", path = "../api" }
+bootloader-x86_64-common = { version = "0.1.0-alpha.0", path = "../common" }
11
log = "0.4.14"
12
x86_64 = "0.14.8"
13
usize_conversions = "0.2.0"
0 commit comments