Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderlewis committed Jan 27, 2025
2 parents 21063a5 + 3c48762 commit 6caae9d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ acpi = "5.0.0"
aml = "0.16.4"
base64 = { version = "0.22.1", default-features = false, features = ["alloc"] }
bit_field = "0.10.2"
bootloader = { version = "0.9.29", features = ["map_physical_memory"] }
bootloader = { version = "0.11.9", features = ["map_physical_memory"] }
lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
libm = "0.2.11"
linked_list_allocator = "0.10.5"
Expand All @@ -32,16 +32,17 @@ object = { version = "0.36.7", default-features = false, features = ["read"] }
pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] }
pc-keyboard = "0.8.0"
pic8259 = "0.11.0"
rand = { version = "0.8.5", default-features = false }
rand_hc = "0.3.1"
0
rand = { version = "0.9.0", default-features = false }
rand_hc = "0.4.0"
raw-cpuid = "11.3.0"
sha2 = { version = "0.10.8", default-features = false, features = ["force-soft"] }
smoltcp = { version = "0.12.0", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] }
spin = "0.9.8"
time = { version = "0.2.27", default-features = false }
time = { version = "0.3.37", default-features = false }
geodate = { version = "0.5.0", default-features = false }
uart_16550 = "0.3.2"
vte = "0.13.1"
vte = "0.14.1"
x86_64 = "0.15.2"

[package.metadata.bootloader]
Expand Down

0 comments on commit 6caae9d

Please sign in to comment.