diff options
| -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"]}, |
