diff options
Diffstat (limited to 'embassy-executor')
| -rw-r--r-- | embassy-executor/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-executor/Cargo.toml b/embassy-executor/Cargo.toml index 184e770cd..1a611720c 100644 --- a/embassy-executor/Cargo.toml +++ b/embassy-executor/Cargo.toml | |||
| @@ -47,5 +47,5 @@ cfg-if = "1.0.0" | |||
| 47 | static_cell = "1.0" | 47 | static_cell = "1.0" |
| 48 | 48 | ||
| 49 | # WASM dependencies | 49 | # WASM dependencies |
| 50 | wasm-bindgen = { version = "0.2.76", features = ["nightly"], optional = true } | 50 | wasm-bindgen = { version = "0.2.82", optional = true } |
| 51 | js-sys = { version = "0.3", optional = true } \ No newline at end of file | 51 | js-sys = { version = "0.3", optional = true } |
