From 5c48b7ba197a8b75b51d7123b3234dfbc7fc4a2a Mon Sep 17 00:00:00 2001 From: Nicolas THIERRY Date: Mon, 6 May 2024 22:33:28 +0100 Subject: [PATCH] fix: instant feature for WASM --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0736129..18cba44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -instant = "0.1.12" +instant = { version = "0.1.12", features = [ "stdweb" ] } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html