From 2ee44246ae618a424c34b468373954b5b85f1168 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Sun, 14 Jan 2024 18:37:32 +0100 Subject: [PATCH] Bump `web-time` to v1 (#3392) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2075c9792..33521e3b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -245,7 +245,7 @@ js-sys = "0.3.64" pin-project = "1" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" -web-time = "0.2" +web-time = "1" [target.'cfg(all(target_family = "wasm", target_feature = "atomics"))'.dependencies] atomic-waker = "1"