File tree 2 files changed +6
-12
lines changed
2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 41
41
components : llvm-tools-preview
42
42
43
43
- name : Build crates
44
- run : cargo build -p acpi -p aml - -target $TARGET
44
+ run : cargo build --target $TARGET
45
45
46
46
test :
47
47
runs-on : ubuntu-latest
79
79
profile : minimal
80
80
components : clippy
81
81
82
- - name : Run clippy (ACPI)
83
- run : cargo clippy -p acpi
82
+ - name : Run clippy
83
+ run : cargo clippy
84
84
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"
4
4
5
5
[package ]
6
6
name = " acpi"
7
- version = " 5.1 .0"
7
+ version = " 6.0 .0"
8
8
authors = [" Isaac Woods" ]
9
9
repository = " https://github.com/rust-osdev/acpi"
10
10
description = " A pure-Rust library for interacting with ACPI"
You can’t perform that action at this time.
0 commit comments