Skip to content

Commit 806093c

Browse files
committed
Publish as v6.0.0-pre.0
1 parent f7878c7 commit 806093c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ Cargo.lock
44
tests/*.aml
55
tests/*.lst
66
tests/*.txt
7+
dumps/

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ resolver = "2"
44

55
[package]
66
name = "acpi"
7-
version = "5.1.0"
7+
version = "6.0.0-pre.0"
88
authors = ["Isaac Woods"]
99
repository = "https://github.com/rust-osdev/acpi"
1010
description = "A pure-Rust library for interacting with ACPI"
1111
categories = ["hardware-support", "no-std"]
12-
readme = "../README.md"
1312
license = "MIT/Apache-2.0"
1413
edition = "2024"
1514

0 commit comments

Comments
 (0)