diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-18 14:42:27 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:44:51 +0200 |
| commit | 5cab79d817759e50a051d05e245067dd07c81362 (patch) | |
| tree | 36a83cc21410d23ba9f2423684c2599b068409b8 | |
| parent | 1c2f87b4fef0377afb47a09b0c51a08cb73d349e (diff) | |
fix: remove unpublished
| -rw-r--r-- | embassy-net-nrf91/Cargo.toml | 1 |
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", " | |||
| 8 | license = "MIT OR Apache-2.0" | 8 | license = "MIT OR Apache-2.0" |
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/embassy-net-nrf91" | 10 | documentation = "https://docs.embassy.dev/embassy-net-nrf91" |
| 11 | publish = false | ||
| 11 | 12 | ||
| 12 | [features] | 13 | [features] |
| 13 | defmt = ["dep:defmt", "heapless/defmt-03"] | 14 | defmt = ["dep:defmt", "heapless/defmt-03"] |
