From 85ec3cbeaca9c42008d95fa76321374d66f530e5 Mon Sep 17 00:00:00 2001 From: Isaac Woods Date: Sun, 13 Oct 2024 12:05:58 +0100 Subject: [PATCH] Publish `acpi v5.1.0` --- acpi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acpi/Cargo.toml b/acpi/Cargo.toml index 5c26f54..73da5a3 100644 --- a/acpi/Cargo.toml +++ b/acpi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "acpi" -version = "5.0.0" +version = "5.1.0" authors = ["Isaac Woods"] repository = "https://github.com/rust-osdev/acpi" description = "A pure-Rust library for parsing ACPI tables"