Skip to content

Commit e0e4c6c

Browse files
committed
Update to latest crates.io versions of x86_64 and os_bootinfo
1 parent b56fa0f commit e0e4c6c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description = "An experimental pure-Rust x86 bootloader."
77

88
[dependencies]
99
xmas-elf = "0.6.2"
10-
x86_64 = { git = "https://github.com/rust-osdev/x86_64" }
10+
x86_64 = "0.2.0-alpha"
1111
usize_conversions = "0.2.0"
12-
os_bootinfo = { git = "https://github.com/rust-osdev/os_bootinfo" }
12+
os_bootinfo = "0.2.0"
1313
fixedvec = "0.2.3"
1414

1515
[profile.dev]

0 commit comments

Comments
 (0)