We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600c664 commit 955624aCopy full SHA for 955624a
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# `acpi v4.1.1` - 2022-08-01
2
+### Bug Fixes
3
+- Fix a bug with how the number of comparators the HPET provides is calculated
4
+ ([#121](https://github.com/rust-osdev/acpi/pull/121))
acpi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "acpi"
-version = "4.1.0"
+version = "4.1.1"
authors = ["Isaac Woods"]
5
repository = "https://github.com/rust-osdev/acpi"
6
description = "Library for parsing ACPI tables"
0 commit comments