diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-07-13 03:41:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-13 03:41:17 +0200 |
| commit | b8e23bc74e59b53695d0ed0141b1e31a755ea032 (patch) | |
| tree | f49104dbd90152253e916cdf616c66f70c367046 /embassy-std | |
| parent | 40bc67bee04256a13267bf19e4ba8b93509fa8cb (diff) | |
| parent | c210a6efd1f77c4dd6c5df7b31e49c771ceb0cff (diff) | |
Merge pull request #286 from embassy-rs/time-feature
Make embassy::time optional
Diffstat (limited to 'embassy-std')
| -rw-r--r-- | embassy-std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-std/Cargo.toml b/embassy-std/Cargo.toml index 2a95838e8..2633f1232 100644 --- a/embassy-std/Cargo.toml +++ b/embassy-std/Cargo.toml | |||
| @@ -5,6 +5,6 @@ authors = ["Dario Nieuwenhuis <[email protected]>"] | |||
| 5 | edition = "2018" | 5 | edition = "2018" |
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | embassy = { version = "0.1.0", path = "../embassy", features = ["std"] } | 8 | embassy = { version = "0.1.0", path = "../embassy", features = ["std", "time-tick-32768hz"] } |
| 9 | embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["std"]} | 9 | embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["std"]} |
| 10 | lazy_static = "1.4.0" | 10 | lazy_static = "1.4.0" |
