We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v6.0.0-pre.0
1 parent f7878c7 commit c7f7415Copy full SHA for c7f7415
.gitignore
@@ -4,3 +4,4 @@ Cargo.lock
4
tests/*.aml
5
tests/*.lst
6
tests/*.txt
7
+dumps/
Cargo.toml
@@ -4,7 +4,7 @@ resolver = "2"
[package]
name = "acpi"
-version = "5.1.0"
+version = "6.0.0-pre.0"
8
authors = ["Isaac Woods"]
9
repository = "https://github.com/rust-osdev/acpi"
10
description = "A pure-Rust library for interacting with ACPI"
0 commit comments