Skip to content

Commit 917dcc4

Browse files
committed
Publish v0.7.0
1 parent 9d7ec62 commit 917dcc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pci_types"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
authors = ["Isaac Woods"]
55
repository = "https://github.com/rust-osdev/pci_types"
66
description = "Library with types for handling PCI devices"
@@ -11,4 +11,4 @@ edition = "2018"
1111

1212
[dependencies]
1313
bit_field = "0.10"
14-
bitflags = "2.4.1"
14+
bitflags = "2.5.0"

0 commit comments

Comments
 (0)