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

Commit 1dbfbae

Browse files
Update driverkit requirement from 0.24 to 0.25 in /kernel
Updates the requirements on [driverkit](https://github.com/gz/rust-driverkit) to permit the latest version. - [Release notes](https://github.com/gz/rust-driverkit/releases) - [Commits](https://github.com/gz/rust-driverkit/commits/0.25.0) --- updated-dependencies: - dependency-name: driverkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3716a3 commit 1dbfbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "0.24"
26+
driverkit = "0.25"
2727
spin = "0.9.1"
2828
elfloader = "0.14"
2929
slabmalloc = "0.10"

0 commit comments

Comments
 (0)