aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-16 18:04:56 +0200
committerUlf Lilleengen <[email protected]>2025-08-25 19:44:51 +0200
commit650319f0af0e0edf31155fcc27ada662e5898f46 (patch)
tree7e7c616480552ce51e785020236bb5e6fbcd6793
parenta672861f6953119d41ae26597851371514d6cc0b (diff)
fix: skip another publish
-rw-r--r--embassy-imxrt/Cargo.toml1
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"]
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/embassy-imxrt" 10documentation = "https://docs.embassy.dev/embassy-imxrt"
11 11
12publish = false
12[package.metadata.embassy] 13[package.metadata.embassy]
13build = [ 14build = [
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"]},