Skip to content

Commit 138b198

Browse files
committed
Update versions in bios impl
1 parent 6047a89 commit 138b198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bios/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
bootloader_api = { version = "0.1.0", path = "../api" }
10-
bootloader-x86_64-common = { version = "0.1.0", path = "../common" }
9+
bootloader_api = { version = "0.1.0-alpha.0", path = "../api" }
10+
bootloader-x86_64-common = { version = "0.1.0-alpha.0", path = "../common" }
1111
log = "0.4.14"
1212
x86_64 = "0.14.8"
1313
usize_conversions = "0.2.0"

0 commit comments

Comments
 (0)