diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-14 23:16:06 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-17 19:01:56 +0200 |
| commit | 67edea41686084a444e1455d17d5482b10c54abd (patch) | |
| tree | e9d4cf483195fce6c8c34c514fc9a5e338771ce9 /examples/wasm | |
| parent | 16d0ae76782475c0f759c3310e068507a0a9f8ab (diff) | |
Update to critical-section 1.0, atomic-polyfill 1.0
Diffstat (limited to 'examples/wasm')
| -rw-r--r-- | examples/wasm/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml index 4e26f023c..20433689e 100644 --- a/examples/wasm/Cargo.toml +++ b/examples/wasm/Cargo.toml | |||
| @@ -14,4 +14,4 @@ wasm-logger = "0.2.0" | |||
| 14 | wasm-bindgen = "0.2" | 14 | wasm-bindgen = "0.2" |
| 15 | web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } | 15 | web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } |
| 16 | log = "0.4.11" | 16 | log = "0.4.11" |
| 17 | critical-section = "0.2.5" | 17 | critical-section = "1.1" |
