aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-18 14:42:27 +0200
committerUlf Lilleengen <[email protected]>2025-08-25 19:44:51 +0200
commit5cab79d817759e50a051d05e245067dd07c81362 (patch)
tree36a83cc21410d23ba9f2423684c2599b068409b8
parent1c2f87b4fef0377afb47a09b0c51a08cb73d349e (diff)
fix: remove unpublished
-rw-r--r--embassy-net-nrf91/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-net-nrf91/Cargo.toml b/embassy-net-nrf91/Cargo.toml
index 76b812efc..feb6eb7a2 100644
--- a/embassy-net-nrf91/Cargo.toml
+++ b/embassy-net-nrf91/Cargo.toml
@@ -8,6 +8,7 @@ categories = ["embedded", "hardware-support", "no-std", "network-programming", "
8license = "MIT OR Apache-2.0" 8license = "MIT OR Apache-2.0"
9repository = "https://github.com/embassy-rs/embassy" 9repository = "https://github.com/embassy-rs/embassy"
10documentation = "https://docs.embassy.dev/embassy-net-nrf91" 10documentation = "https://docs.embassy.dev/embassy-net-nrf91"
11publish = false
11 12
12[features] 13[features]
13defmt = ["dep:defmt", "heapless/defmt-03"] 14defmt = ["dep:defmt", "heapless/defmt-03"]