aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-01 07:38:34 +0000
committerGitHub <[email protected]>2025-08-01 07:38:34 +0000
commit0646df7afe5418a8849e3dc313bdca5862e7c46a (patch)
tree23d708ef2e13b1e90dd23c6d2a6423bc4bc1813d /examples/wasm
parentf3cb0f3c3062cd1b863414186c29b604fab305fa (diff)
parentafc8be91a85c34cc9ec913b6fe608decc9eaf673 (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.toml2
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]
11embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["log"] } 11embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["log"] }
12embassy-executor = { version = "0.7.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log"] } 12embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log"] }
13embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["log", "wasm", ] } 13embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["log", "wasm", ] }
14 14
15wasm-logger = "0.2.0" 15wasm-logger = "0.2.0"