Skip to content

Commit 955624a

Browse files
committed
acpi v4.1.1
1 parent 600c664 commit 955624a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "acpi"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
authors = ["Isaac Woods"]
55
repository = "https://github.com/rust-osdev/acpi"
66
description = "Library for parsing ACPI tables"

0 commit comments

Comments
 (0)