From 4bbc00ca34fa8a271949877f0ca40f892d36ac6c Mon Sep 17 00:00:00 2001 From: Hung-I Date: Fri, 9 Aug 2024 00:30:26 +0800 Subject: [PATCH] fix: wasm_support feature has no effect --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91ce482d..9af054c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ once_cell = "1.19" encoding = "0.2" urlencoding = "2.1.3" uriparse = "0.6.4" -chrono = "0.4.38" +chrono = { version = "0.4.38", default-features = false, features = ["clock", "std", "oldtime"] } chrono-tz = "0.9" image = {version = "0.25.2", optional = true, default-features = false} imageproc = {version = "0.25", optional = true}