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-time | |
| parent | 7f499f3edcd0f1f3e32c0d624737c5dbede45f9a (diff) | |
Release embassy-sync, embassy-time v0.1.0
Diffstat (limited to 'embassy-time')
| -rw-r--r-- | embassy-time/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 9ed4d57ea..e3d2cbcdd 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -11,6 +11,9 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-time/ | |||
| 11 | features = ["nightly", "defmt", "unstable-traits", "std"] | 11 | features = ["nightly", "defmt", "unstable-traits", "std"] |
| 12 | target = "x86_64-unknown-linux-gnu" | 12 | target = "x86_64-unknown-linux-gnu" |
| 13 | 13 | ||
| 14 | [package.metadata.docs.rs] | ||
| 15 | features = ["nightly", "defmt", "unstable-traits", "std"] | ||
| 16 | |||
| 14 | [features] | 17 | [features] |
| 15 | std = ["tick-hz-1_000_000"] | 18 | std = ["tick-hz-1_000_000"] |
| 16 | wasm = ["dep:wasm-bindgen", "dep:js-sys", "dep:wasm-timer", "tick-hz-1_000_000"] | 19 | wasm = ["dep:wasm-bindgen", "dep:js-sys", "dep:wasm-timer", "tick-hz-1_000_000"] |
| @@ -126,7 +129,6 @@ embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9", optiona | |||
| 126 | embedded-hal-async = { version = "=0.1.0-alpha.3", optional = true} | 129 | embedded-hal-async = { version = "=0.1.0-alpha.3", optional = true} |
| 127 | 130 | ||
| 128 | futures-util = { version = "0.3.17", default-features = false } | 131 | futures-util = { version = "0.3.17", default-features = false } |
| 129 | embassy-macros = { version = "0.1.0", path = "../embassy-macros"} | ||
| 130 | embassy-sync = { version = "0.1", path = "../embassy-sync" } | 132 | embassy-sync = { version = "0.1", path = "../embassy-sync" } |
| 131 | atomic-polyfill = "1.0.1" | 133 | atomic-polyfill = "1.0.1" |
| 132 | critical-section = "1.1" | 134 | critical-section = "1.1" |
