diff options
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" |
