aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32-wpan
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-16 17:57:19 +0200
committerUlf Lilleengen <[email protected]>2025-08-25 19:44:51 +0200
commita672861f6953119d41ae26597851371514d6cc0b (patch)
treee1fc802409bb1622b5c077f1a6e0d5eaf97c687d /embassy-stm32-wpan
parentbda6368b9be2f24631315c27b71213dbef333341 (diff)
fix: skip publish on a few more
Diffstat (limited to 'embassy-stm32-wpan')
-rw-r--r--embassy-stm32-wpan/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-stm32-wpan/Cargo.toml b/embassy-stm32-wpan/Cargo.toml
index f7b20cedc..2bdb0d6c4 100644
--- a/embassy-stm32-wpan/Cargo.toml
+++ b/embassy-stm32-wpan/Cargo.toml
@@ -9,6 +9,8 @@ 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-stm32-wpan" 10documentation = "https://docs.embassy.dev/embassy-stm32-wpan"
11 11
12publish = false
13
12[package.metadata.embassy] 14[package.metadata.embassy]
13build = [ 15build = [
14 {target = "thumbv7em-none-eabi", features = ["stm32wb55rg"]}, 16 {target = "thumbv7em-none-eabi", features = ["stm32wb55rg"]},