Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit d3716a3

Browse files
committed
Use driverkit 0.24
1 parent 40ec03a commit d3716a3

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Cargo.lock

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

kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ vmxnet3 = { path = "../lib/vmxnet3" }
2323
bootloader_shared = { path = "../lib/bootloader_shared" }
2424
x86 = { version = "0.52", features = ["unstable"] }
2525
klogger = "0.0.16"
26-
driverkit = { git = "https://github.com/hunhoffe/rust-driverkit.git", branch = "msix" }
26+
driverkit = "0.24"
2727
spin = "0.9.1"
2828
elfloader = "0.14"
2929
slabmalloc = "0.10"

lib/apic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["os", "acpi", "irq", "driver", "x86"]
99
edition = "2018"
1010

1111
[dependencies]
12-
driverkit = { git = "https://github.com/hunhoffe/rust-driverkit.git", branch = "msix" }
12+
driverkit = "0.24"
1313
x86 = { version = "0.52", features = ["unstable"] }
1414
log = "0.4"
1515
bitflags = "1.0"

lib/vmxnet3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static_assertions = "1.1.0"
1313
x86 = { version = "0.52", features = ["unstable"] }
1414
arrayvec = { version = "0.7.0", default-features = false }
1515
custom_error = { version = "1.9", default-features = false, features = ["unstable"] }
16-
driverkit = { git = "https://github.com/hunhoffe/rust-driverkit.git", branch = "msix" }
16+
driverkit = "0.24"
1717
smoltcp = { version = "0.8.0", default-features = false, features = [ "alloc", "log", "proto-ipv4", "proto-igmp", "proto-dhcpv4", "socket-raw", "socket-icmp", "socket-udp", "socket-tcp", "medium-ethernet" ] }
1818

1919
[target.'cfg(target_family = "unix")'.dev-dependencies]

0 commit comments

Comments
 (0)