aboutsummaryrefslogtreecommitdiff
path: root/embassy-std
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-std')
-rw-r--r--embassy-std/Cargo.toml2
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]>"]
5edition = "2018" 5edition = "2018"
6 6
7[dependencies] 7[dependencies]
8embassy = { version = "0.1.0", path = "../embassy", features = ["std"] } 8embassy = { version = "0.1.0", path = "../embassy", features = ["std", "time-tick-32768hz"] }
9embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["std"]} 9embassy-macros = { version = "0.1.0", path = "../embassy-macros", features = ["std"]}
10lazy_static = "1.4.0" 10lazy_static = "1.4.0"