We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7ec62 commit 917dcc4Copy full SHA for 917dcc4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pci_types"
3
-version = "0.6.2"
+version = "0.7.0"
4
authors = ["Isaac Woods"]
5
repository = "https://github.com/rust-osdev/pci_types"
6
description = "Library with types for handling PCI devices"
@@ -11,4 +11,4 @@ edition = "2018"
11
12
[dependencies]
13
bit_field = "0.10"
14
-bitflags = "2.4.1"
+bitflags = "2.5.0"
0 commit comments