Skip to content

Commit

Permalink
Lock version of crate bootloader
Browse files Browse the repository at this point in the history
Latest version of bootloader depends on the version 0.14.7 of x86_64,
so lock the version for now.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 authored and jyao1 committed Dec 28, 2021
1 parent 6c3cf45 commit dffd2d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-paging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-td-layout = { path = "../rust-td-layout" }
bitmap-allocator = { git = "https://github.com/rcore-os/bitmap-allocator", rev = "03bd9909" }
test_lib = { path = "../test_lib" }
spin = "0.9.2"
bootloader = "0.10.9"
bootloader = "=0.10.9"

[package.metadata.bootloader]
map-physical-memory = true
Expand Down
2 changes: 1 addition & 1 deletion rust-td-payload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ x86 = "0.41.0"
benchmark = { path = "../benchmark", optional = true }
test_lib = { path = "../test_lib" }

bootloader = "0.10.9"
bootloader = "=0.10.9"


[dependencies.lazy_static]
Expand Down

0 comments on commit dffd2d9

Please sign in to comment.