aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-08-05 07:05:57 +0000
committerGitHub <[email protected]>2024-08-05 07:05:57 +0000
commitd091b3f0a4bae98ee4a03e2e941920b009dbbfbf (patch)
tree9bc985015bad26478b1ecca20a95d78b456eafbb /examples/wasm
parente173b973ae7e0ccdd2c55befedec4482c447b590 (diff)
parent886580179ff250e15b0fad6448e8ebed6cdabf2b (diff)
Merge pull request #3225 from embassy-rs/prepare-nrf-release
Prepare some crate releases
Diffstat (limited to 'examples/wasm')
-rw-r--r--examples/wasm/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml
index 9d7acc175..9bd37550c 100644
--- a/examples/wasm/Cargo.toml
+++ b/examples/wasm/Cargo.toml
@@ -9,8 +9,8 @@ crate-type = ["cdylib"]
9 9
10[dependencies] 10[dependencies]
11embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["log"] } 11embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["log"] }
12embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "integrated-timers"] } 12embassy-executor = { version = "0.6.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "integrated-timers"] }
13embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["log", "wasm", ] } 13embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["log", "wasm", ] }
14 14
15wasm-logger = "0.2.0" 15wasm-logger = "0.2.0"
16wasm-bindgen = "0.2" 16wasm-bindgen = "0.2"