diff options
| author | Chuck Davis <[email protected]> | 2022-10-08 14:38:41 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-08 14:38:41 -0500 |
| commit | 3d0ba58b2d337ca74c5ae7d1d594af21f4b5ff8c (patch) | |
| tree | 9678b1475cdf69abbf5e795da33184ed25a167de /examples/std | |
| parent | f554962f54b9f9e8f85a0dd099635619bd1acd1d (diff) | |
| parent | f8fd6ab208fd09142ab9789078e9b23ba8c3e6a9 (diff) | |
Merge branch 'embassy-rs:master' into master
Diffstat (limited to 'examples/std')
| -rw-r--r-- | examples/std/Cargo.toml | 1 |
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 @@ | |||
| 2 | edition = "2021" | 2 | edition = "2021" |
| 3 | name = "embassy-std-examples" | 3 | name = "embassy-std-examples" |
| 4 | version = "0.1.0" | 4 | version = "0.1.0" |
| 5 | license = "MIT OR Apache-2.0" | ||
| 5 | 6 | ||
| 6 | [dependencies] | 7 | [dependencies] |
| 7 | embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["log"] } | 8 | embassy-sync = { version = "0.1.0", path = "../../embassy-sync", features = ["log"] } |
