diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-01 07:38:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-01 07:38:34 +0000 |
| commit | 0646df7afe5418a8849e3dc313bdca5862e7c46a (patch) | |
| tree | 23d708ef2e13b1e90dd23c6d2a6423bc4bc1813d /examples/wasm | |
| parent | f3cb0f3c3062cd1b863414186c29b604fab305fa (diff) | |
| parent | afc8be91a85c34cc9ec913b6fe608decc9eaf673 (diff) | |
Merge pull request #4486 from embassy-rs/release-executor-0.8
Release executor 0.8
Diffstat (limited to 'examples/wasm')
| -rw-r--r-- | examples/wasm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index 9e553f52b..fb6e5dc16 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml | |||
| @@ -9,7 +9,7 @@ crate-type = ["cdylib"] | |||
| 9 | 9 | ||
| 10 | [dependencies] | 10 | [dependencies] |
| 11 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["log"] } | 11 | embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["log"] } |
| 12 | embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log"] } | 12 | embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log"] } |
| 13 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["log", "wasm", ] } | 13 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["log", "wasm", ] } |
| 14 | 14 | ||
| 15 | wasm-logger = "0.2.0" | 15 | wasm-logger = "0.2.0" |
