From 9e036db473d4e4ff54e7ec9aca23da7fa66591ab Mon Sep 17 00:00:00 2001 From: Isaac Woods Date: Fri, 7 Jun 2024 00:51:53 +0100 Subject: [PATCH] `pci_types v0.9.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94b550f..bd2329b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pci_types" -version = "0.8.0" +version = "0.9.0" authors = ["Isaac Woods"] repository = "https://github.com/rust-osdev/pci_types" description = "Library with types for handling PCI devices"