From 650319f0af0e0edf31155fcc27ada662e5898f46 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sat, 16 Aug 2025 18:04:56 +0200 Subject: [PATCH] fix: skip another publish --- embassy-imxrt/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"] repository = "https://github.com/embassy-rs/embassy" documentation = "https://docs.embassy.dev/embassy-imxrt" +publish = false [package.metadata.embassy] build = [ {target = "thumbv8m.main-none-eabihf", features = ["defmt", "mimxrt633s", "time", "time-driver-rtc", "unstable-pac"]},