Browse Source

acpi v4.1.1

Isaac Woods 2 years ago
parent
commit
955624ae48
2 changed files with 5 additions and 1 deletions
  1. 4 0
      CHANGELOG.md
  2. 1 1
      acpi/Cargo.toml

+ 4 - 0
CHANGELOG.md

@@ -0,0 +1,4 @@
+# `acpi v4.1.1` - 2022-08-01
+### Bug Fixes
+- Fix a bug with how the number of comparators the HPET provides is calculated
+    ([#121](https://github.com/rust-osdev/acpi/pull/121))

+ 1 - 1
acpi/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "acpi"
-version = "4.1.0"
+version = "4.1.1"
 authors = ["Isaac Woods"]
 repository = "https://github.com/rust-osdev/acpi"
 description = "Library for parsing ACPI tables"