diff options
| author | Ulf Lilleengen <[email protected]> | 2021-11-02 18:52:03 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2021-11-02 18:52:03 +0100 |
| commit | 205a223af32bb33507efa729b66143027be47eb6 (patch) | |
| tree | 3ccdbb8192f55a09750163fb2a3c9697303bdf59 /examples/wasm/Cargo.toml | |
| parent | 3dcf899babff5b735b1f1a5a99a9005ce06f517f (diff) | |
Update versions of critical-section and atomic-polyfill
Diffstat (limited to 'examples/wasm/Cargo.toml')
| -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 d8417852b..c6218a805 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.3" | 17 | critical-section = "0.2.5" |
