aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm
diff options
context:
space:
mode:
authorBadr Bouslikhin <[email protected]>2024-09-06 18:37:30 +0200
committerGitHub <[email protected]>2024-09-06 18:37:30 +0200
commit55f41da66c1b6ed9ef4aea8e91977d6ab46c3523 (patch)
tree1765ed2ccd6c699d482a71be03b99c4b32b1cb22 /examples/wasm
parentf6d92b76111d8619c92b13aa28e765abe356465c (diff)
parent1cf778904d597a5bc01a4b7862f965681636faf1 (diff)
Merge branch 'embassy-rs:main' into main
Diffstat (limited to 'examples/wasm')
-rw-r--r--examples/wasm/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wasm/Cargo.toml b/examples/wasm/Cargo.toml
index 9bd37550c..75de079b7 100644
--- a/examples/wasm/Cargo.toml
+++ b/examples/wasm/Cargo.toml
@@ -16,7 +16,6 @@ wasm-logger = "0.2.0"
16wasm-bindgen = "0.2" 16wasm-bindgen = "0.2"
17web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] } 17web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] }
18log = "0.4.11" 18log = "0.4.11"
19critical-section = { version = "1.1", features = ["std"] }
20 19
21[profile.release] 20[profile.release]
22debug = 2 21debug = 2