aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorMathias <[email protected]>2022-10-11 09:19:55 +0200
committerMathias <[email protected]>2022-10-11 09:19:55 +0200
commitaff265a7f59acf84216a8127df23fd89cb62edbd (patch)
tree0e629de56f19b09efdb1226f9f7e5f1b1d00b28a /examples/std
parent79cee7415110817b529a68848247a86708bcd6af (diff)
parent9d5b524bb083310c2e1753859ebc9fca080a4238 (diff)
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-stm32/rtc
Diffstat (limited to 'examples/std')
-rw-r--r--examples/std/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/std/Cargo.toml b/examples/std/Cargo.toml
index dbfd9d625..b9bd1e718 100644
--- a/examples/std/Cargo.toml
+++ b/examples/std/Cargo.toml
@@ -2,6 +2,7 @@
2edition = "2021" 2edition = "2021"
3name = "embassy-std-examples" 3name = "embassy-std-examples"
4version = "0.1.0" 4version = "0.1.0"
5license = "MIT OR Apache-2.0"
5 6
6[dependencies] 7[dependencies]
7embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["log"] } 8embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["log"] }