diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-16 18:04:56 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:44:51 +0200 |
| commit | 650319f0af0e0edf31155fcc27ada662e5898f46 (patch) | |
| tree | 7e7c616480552ce51e785020236bb5e6fbcd6793 /embassy-imxrt | |
| parent | a672861f6953119d41ae26597851371514d6cc0b (diff) | |
fix: skip another publish
Diffstat (limited to 'embassy-imxrt')
| -rw-r--r-- | embassy-imxrt/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-imxrt/Cargo.toml b/embassy-imxrt/Cargo.toml index 5e94dbbc4..006096e99 100644 --- a/embassy-imxrt/Cargo.toml +++ b/embassy-imxrt/Cargo.toml | |||
| @@ -9,6 +9,7 @@ categories = ["embedded", "hardware-support", "no-std", "asynchronous"] | |||
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/embassy-imxrt" | 10 | documentation = "https://docs.embassy.dev/embassy-imxrt" |
| 11 | 11 | ||
| 12 | publish = false | ||
| 12 | [package.metadata.embassy] | 13 | [package.metadata.embassy] |
| 13 | build = [ | 14 | build = [ |
| 14 | {target = "thumbv8m.main-none-eabihf", features = ["defmt", "mimxrt633s", "time", "time-driver-rtc", "unstable-pac"]}, | 15 | {target = "thumbv8m.main-none-eabihf", features = ["defmt", "mimxrt633s", "time", "time-driver-rtc", "unstable-pac"]}, |
