aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm/Cargo.toml
diff options
context:
space:
mode:
authorJesse Braham <[email protected]>2023-08-28 08:00:18 -0700
committerJesse Braham <[email protected]>2023-08-28 08:00:18 -0700
commit1f63bf4153b6ba4a915c0df22041f09adaaca400 (patch)
tree6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /examples/wasm/Cargo.toml
parent88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff)
Release embassy-time v0.1.3
Diffstat (limited to 'examples/wasm/Cargo.toml')
-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 5b206d716..2999dc52f 100644
--- a/examples/wasm/Cargo.toml
+++ b/examples/wasm/Cargo.toml
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
10[dependencies] 10[dependencies]
11embassy-sync = { version = "0.2.0", path = "../../embassy-sync", features = ["log"] } 11embassy-sync = { version = "0.2.0", path = "../../embassy-sync", features = ["log"] }
12embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "nightly", "integrated-timers"] } 12embassy-executor = { version = "0.3.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "nightly", "integrated-timers"] }
13embassy-time = { version = "0.1.2", path = "../../embassy-time", features = ["log", "wasm", "nightly"] } 13embassy-time = { version = "0.1.3", path = "../../embassy-time", features = ["log", "wasm", "nightly"] }
14 14
15wasm-logger = "0.2.0" 15wasm-logger = "0.2.0"
16wasm-bindgen = "0.2" 16wasm-bindgen = "0.2"