Skip to content

Commit b013962

Browse files
authored
fix
1 parent 624b16a commit b013962

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/Cargo.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,28 @@ members = [
55
"axonos-scheduler",
66
"axonos-capability",
77
"axonos-time",
8+
"axonos-intent",
9+
"axonos-kernel-core",
810
]
911
exclude = [
1012
"axonos-spsc/kani-proofs",
1113
"axonos-scheduler/kani-proofs",
1214
"axonos-capability/kani-proofs",
1315
"axonos-time/kani-proofs",
16+
"axonos-intent/kani-proofs",
17+
"axonos-firmware-stm32f407",
1418
]
1519

1620
[workspace.package]
17-
version = "0.1.0"
21+
version = "0.1.1"
1822
edition = "2021"
1923
rust-version = "1.75"
2024
license = "Apache-2.0 OR MIT"
2125
repository = "https://github.com/AxonOS-org/axonos-kernels"
22-
authors = ["AxonOS contributors <info@axonos.org>"]
26+
authors = ["Denis Yermakou <denis@axonos.org>"]
2327

2428
[workspace.lints.clippy]
2529
all = "deny"
26-
pedantic = "warn"
27-
module_name_repetitions = "allow"
2830
missing_errors_doc = "allow"
2931

3032
[profile.release]

0 commit comments

Comments
 (0)