diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-05 07:05:57 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-05 07:05:57 +0000 |
| commit | d091b3f0a4bae98ee4a03e2e941920b009dbbfbf (patch) | |
| tree | 9bc985015bad26478b1ecca20a95d78b456eafbb /examples/wasm | |
| parent | e173b973ae7e0ccdd2c55befedec4482c447b590 (diff) | |
| parent | 886580179ff250e15b0fad6448e8ebed6cdabf2b (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.toml | 4 |
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] |
| 11 | embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["log"] } | 11 | embassy-sync = { version = "0.6.0", path = "../../embassy-sync", features = ["log"] } |
| 12 | embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "integrated-timers"] } | 12 | embassy-executor = { version = "0.6.0", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "integrated-timers"] } |
| 13 | embassy-time = { version = "0.3.1", path = "../../embassy-time", features = ["log", "wasm", ] } | 13 | embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["log", "wasm", ] } |
| 14 | 14 | ||
| 15 | wasm-logger = "0.2.0" | 15 | wasm-logger = "0.2.0" |
| 16 | wasm-bindgen = "0.2" | 16 | wasm-bindgen = "0.2" |
