Skip to content

Commit 4b077d6

Browse files
committed
Mark this release to be acpi v6.0.0, resolve merge conflict
2 parents f14699c + 0a850f7 commit 4b077d6

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Diff for: .github/workflows/build.yml

+5-11
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
components: llvm-tools-preview
4242

4343
- name: Build crates
44-
run: cargo build -p acpi -p aml --target $TARGET
44+
run: cargo build --target $TARGET
4545

4646
test:
4747
runs-on: ubuntu-latest
@@ -79,14 +79,8 @@ jobs:
7979
profile: minimal
8080
components: clippy
8181

82-
- name: Run clippy (ACPI)
83-
run: cargo clippy -p acpi
82+
- name: Run clippy
83+
run: cargo clippy
8484

85-
- name: Run clippy (ACPI tests)
86-
run: cargo clippy -p acpi --tests
87-
88-
- name: Run clippy (AML)
89-
run: cargo clippy -p aml
90-
91-
- name: Run clippy (AML tests)
92-
run: cargo clippy -p aml --tests
85+
- name: Run clippy (tests)
86+
run: cargo clippy --tests

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[package]
66
name = "acpi"
7-
version = "5.1.0"
7+
version = "6.0.0"
88
authors = ["Isaac Woods"]
99
repository = "https://github.com/rust-osdev/acpi"
1010
description = "A pure-Rust library for interacting with ACPI"

0 commit comments

Comments
 (0)