aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2021-09-13 17:05:17 +0200
committerUlf Lilleengen <[email protected]>2021-09-13 17:05:17 +0200
commit99a94f1d50ef08e70616e6ac1d2460ab274cfb99 (patch)
treed028e80a3fb8a0db62219d219d61ca2da0f233af /examples/wasm
parente24528051b9ed26157bee93e32e37e7b06b8f4cc (diff)
Update version of critical-section
Diffstat (limited to 'examples/wasm')
-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 77f513ffa..d8417852b 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.2" 17critical-section = "0.2.3"