pcid: Update to pci_types 0.9.0

This commit is contained in:
bjorn3
2024-06-09 13:38:34 +02:00
parent ccfe5ece20
commit 020a3ef631
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -907,9 +907,9 @@ checksum = "7f0b59668fe80c5afe998f0c0bf93322bf2cd66cafeeb80581f291716f3467f2"
[[package]]
name = "pci_types"
version = "0.6.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebac2b2ee11791f721a51184b632a916b3044f2ee7b2374e7fdcfdf3eaf29c79"
checksum = "6f966dfb3dde50a726cc62ae44dc48efd10a211db15296c00cd88550ad8ef24c"
dependencies = [
"bit_field",
"bitflags 2.5.0",
+1 -1
View File
@@ -20,7 +20,7 @@ fdt = { git = "https://gitlab.redox-os.org/rosehuds/fdt.git" }
libc = "0.2"
log = "0.4"
paw = "1.0"
pci_types = "0.6.1"
pci_types = "0.9.0"
plain = "0.2"
redox-log = "0.1"
redox_syscall = "0.5"