Skip to content

Commit e6b2b3c

Browse files
Update driverkit requirement from 0.24 to 0.25 in /lib/vmxnet3
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] <[email protected]>
1 parent fc25186 commit e6b2b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "0.24"
16+
driverkit = "0.25"
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)