diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:23:48 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-11-29 17:26:33 +0100 |
| commit | c6989dfbca51787146f50270c671af9db434f577 (patch) | |
| tree | 5974a8ec41c108d5208e4f68027b918d424a2046 /embassy-sync/Cargo.toml | |
| parent | 384bad7bfaa1f2415baf2cd3b69ebf36dc0a02d7 (diff) | |
Remove nightly and unstable-traits features in preparation for 1.75.
Diffstat (limited to 'embassy-sync/Cargo.toml')
| -rw-r--r-- | embassy-sync/Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index ffcd13d9f..6588406a1 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -16,14 +16,9 @@ categories = [ | |||
| 16 | [package.metadata.embassy_docs] | 16 | [package.metadata.embassy_docs] |
| 17 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-sync-v$VERSION/embassy-sync/src/" | 17 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-sync-v$VERSION/embassy-sync/src/" |
| 18 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/src/" | 18 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/src/" |
| 19 | features = ["nightly"] | ||
| 20 | target = "thumbv7em-none-eabi" | 19 | target = "thumbv7em-none-eabi" |
| 21 | 20 | ||
| 22 | [package.metadata.docs.rs] | ||
| 23 | features = ["nightly"] | ||
| 24 | |||
| 25 | [features] | 21 | [features] |
| 26 | nightly = ["dep:embedded-io-async"] | ||
| 27 | std = [] | 22 | std = [] |
| 28 | turbowakers = [] | 23 | turbowakers = [] |
| 29 | 24 | ||
| @@ -35,7 +30,7 @@ futures-util = { version = "0.3.17", default-features = false } | |||
| 35 | critical-section = "1.1" | 30 | critical-section = "1.1" |
| 36 | heapless = "0.8" | 31 | heapless = "0.8" |
| 37 | cfg-if = "1.0.0" | 32 | cfg-if = "1.0.0" |
| 38 | embedded-io-async = { version = "0.6.1", optional = true } | 33 | embedded-io-async = { version = "0.6.1" } |
| 39 | 34 | ||
| 40 | [dev-dependencies] | 35 | [dev-dependencies] |
| 41 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } | 36 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } |
