aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm/Cargo.toml
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-11-02 18:52:03 +0100
committerUlf Lilleengen <[email protected]>2021-11-02 18:52:03 +0100
commit205a223af32bb33507efa729b66143027be47eb6 (patch)
tree3ccdbb8192f55a09750163fb2a3c9697303bdf59 /examples/wasm/Cargo.toml
parent3dcf899babff5b735b1f1a5a99a9005ce06f517f (diff)
Update versions of critical-section and atomic-polyfill
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 d8417852b..c6218a805 100644
--- a/examples/wasm/Cargo.toml
+++ b/examples/wasm/Cargo.toml
@@ -14,4 +14,4 @@ wasm-logger = "0.2.0"
14wasm-bindgen = "0.2" 14wasm-bindgen = "0.2"
15web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } 15web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] }
16log = "0.4.11" 16log = "0.4.11"
17critical-section = "0.2.3" 17critical-section = "0.2.5"