Skip to content

Commit

Permalink
rust-osdev/bootloader#360 merged, so don't need to depend on forked b…
Browse files Browse the repository at this point in the history
…ootloader anymore
  • Loading branch information
kennystrawnmusic committed Apr 15, 2023
1 parent bd427a9 commit 73325aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ aml = { git = "/~https://github.com/rust-osdev/acpi", version = "0.16.3" }
bit = "0.1.1"
bit_field = "0.10.1"
bitflags = "1.3.2"
bootloader-x86_64-common = { git = "/~https://github.com/kennystrawnmusic/bootloader", version = "0.11.3" }
bootloader_api = { git = "/~https://github.com/kennystrawnmusic/bootloader", version = "0.11.3" }
bootloader-x86_64-common = { git = "/~https://github.com/rust-osdev/bootloader", version = "0.11.3" }
bootloader_api = { git = "/~https://github.com/rust-osdev/bootloader", version = "0.11.3" }
byteorder = { version = "1.4.3", default-features = false }
conquer-once = { version = "0.3.2", default-features = false }
embedded-graphics = { version = "0.7.1", features = ["nalgebra_support"] }
Expand Down
4 changes: 2 additions & 2 deletions runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
cryptos = { path = "..", artifact = "bin", target = "x86_64-unknown-none" }
bootloader = { git = "/~https://github.com/kennystrawnmusic/bootloader", version = "0.11.3" }
bootloader-boot-config = { git = "/~https://github.com/kennystrawnmusic/bootloader", version = "0.11.3" }
bootloader = { git = "/~https://github.com/rust-osdev/bootloader", version = "0.11.3" }
bootloader-boot-config = { git = "/~https://github.com/rust-osdev/bootloader", version = "0.11.3" }
ovmf-prebuilt = { git = "/~https://github.com/rust-osdev/ovmf-prebuilt", artifact = "bin", version = "0.1.0" }

0 comments on commit 73325aa

Please sign in to comment.