aboutsummaryrefslogtreecommitdiff
path: root/embassy-time
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-time')
-rw-r--r--embassy-time/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index 161c101fe..f0f622aba 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -49,6 +49,6 @@ critical-section = "1.1"
49cfg-if = "1.0.0" 49cfg-if = "1.0.0"
50 50
51# WASM dependencies 51# WASM dependencies
52wasm-bindgen = { version = "0.2.76", features = ["nightly"], optional = true } 52wasm-bindgen = { version = "0.2.81", optional = true }
53js-sys = { version = "0.3", optional = true } 53js-sys = { version = "0.3", optional = true }
54wasm-timer = { version = "0.2.5", optional = true } \ No newline at end of file 54wasm-timer = { version = "0.2.5", optional = true } \ No newline at end of file