diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-16 17:56:17 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-25 19:44:51 +0200 |
| commit | bda6368b9be2f24631315c27b71213dbef333341 (patch) | |
| tree | 4ef80dc37013e780f5f3a224a751da439402d4c4 /embassy-mspm0/Cargo.toml | |
| parent | 90baa19b591b5d09f7fefe6273f1d1337e7c41df (diff) | |
fix: skip publish for now
Diffstat (limited to 'embassy-mspm0/Cargo.toml')
| -rw-r--r-- | embassy-mspm0/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-mspm0/Cargo.toml b/embassy-mspm0/Cargo.toml index d13f16eff..08e0fa9b3 100644 --- a/embassy-mspm0/Cargo.toml +++ b/embassy-mspm0/Cargo.toml | |||
| @@ -9,6 +9,9 @@ categories = ["embedded", "hardware-support", "no-std", "asynchronous"] | |||
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/embassy-mspm0" | 10 | documentation = "https://docs.embassy.dev/embassy-mspm0" |
| 11 | 11 | ||
| 12 | # TODO: Remove to publish initial version | ||
| 13 | publish = false | ||
| 14 | |||
| 12 | [package.metadata.embassy] | 15 | [package.metadata.embassy] |
| 13 | build = [ | 16 | build = [ |
| 14 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]}, | 17 | {target = "thumbv6m-none-eabi", features = ["defmt", "mspm0c1104dgs20", "time-driver-any"]}, |
