diff options
| author | James Munns <[email protected]> | 2025-12-04 19:11:29 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-12-04 19:11:29 +0100 |
| commit | 5d12ea7daef3422de26d24f902f2eedb3de2de9b (patch) | |
| tree | 14c87961182fb0935c863bdf1f44eeca44bcc862 | |
| parent | 8b862572083c8233cc55bd635885b1c2b03564ee (diff) | |
publish false on mcxa examples
| -rw-r--r-- | examples/mcxa/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mcxa/Cargo.toml b/examples/mcxa/Cargo.toml index cfc68f067..f02fe73e0 100644 --- a/examples/mcxa/Cargo.toml +++ b/examples/mcxa/Cargo.toml | |||
| @@ -3,7 +3,7 @@ name = "embassy-mcxa-examples" | |||
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | publish = false |
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } | 9 | cortex-m = { version = "0.7", features = ["critical-section-single-core"] } |
