File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
44
55[package ]
66name = " acpi"
7- version = " 5.1 .0"
7+ version = " 6.0 .0"
88authors = [" Isaac Woods" ]
99repository = " https://github.com/rust-osdev/acpi"
1010description = " A pure-Rust library for interacting with ACPI"
You can’t perform that action at this time.
0 commit comments