aboutsummaryrefslogtreecommitdiff
path: root/examples/std
diff options
context:
space:
mode:
authorMathias <[email protected]>2022-10-26 11:47:00 +0200
committerMathias <[email protected]>2022-10-26 11:47:00 +0200
commitd1eee5262580f4bb9f8ce357d8315ca7f4064900 (patch)
tree7465b2456066cbf9aeb269dda705ad9f074b7c8e /examples/std
parent38faae26e5fc2d2ec10ac4d513628bded4c628ef (diff)
parentce1cba761c2942b7faa27f4098487c6468784729 (diff)
Merge branch 'master' of https://github.com/embassy-rs/embassy into embassy-stm32/uart-flowcontrol
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"] }