diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-10-26 22:11:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-10-26 22:13:27 +0200 |
| commit | d2246ae693d15187f3af9c263bc02809ba096b80 (patch) | |
| tree | caad19c4c5b391093eb4d8f994bb796f2eb54818 /embassy-sync/Cargo.toml | |
| parent | 7f499f3edcd0f1f3e32c0d624737c5dbede45f9a (diff) | |
Release embassy-sync, embassy-time v0.1.0
Diffstat (limited to 'embassy-sync/Cargo.toml')
| -rw-r--r-- | embassy-sync/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index cd6ff07db..b7fe1643c 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -19,6 +19,9 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/ | |||
| 19 | features = ["nightly"] | 19 | features = ["nightly"] |
| 20 | target = "thumbv7em-none-eabi" | 20 | target = "thumbv7em-none-eabi" |
| 21 | 21 | ||
| 22 | [package.metadata.docs.rs] | ||
| 23 | features = ["nightly"] | ||
| 24 | |||
| 22 | [features] | 25 | [features] |
| 23 | nightly = ["embedded-io/async"] | 26 | nightly = ["embedded-io/async"] |
| 24 | std = [] | 27 | std = [] |
