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 806093cCopy full SHA for 806093c
.gitignore
@@ -4,3 +4,4 @@ Cargo.lock
4
tests/*.aml
5
tests/*.lst
6
tests/*.txt
7
+dumps/
Cargo.toml
@@ -4,12 +4,11 @@ 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"
11
categories = ["hardware-support", "no-std"]
12
-readme = "../README.md"
13
license = "MIT/Apache-2.0"
14
edition = "2024"
15
0 commit comments