From 4395c9a42ae557b3881320cbdc8a4a5b3ad34fab Mon Sep 17 00:00:00 2001 From: jkomyno Date: Thu, 21 Nov 2024 20:59:37 +0100 Subject: [PATCH] chore: keep js_sys version lax --- crates/cuid-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cuid-util/Cargo.toml b/crates/cuid-util/Cargo.toml index d69277b..af3f0c2 100644 --- a/crates/cuid-util/Cargo.toml +++ b/crates/cuid-util/Cargo.toml @@ -20,4 +20,4 @@ radix_fmt = "1.0.0" # WASM-only deps [target.wasm32-unknown-unknown.dependencies] web-time = "1.1.0" -js-sys = "0.3.72" +js-sys = "^0.3"