From b1a09babcc3c97bafc99c9149aaf13d7c58fed08 Mon Sep 17 00:00:00 2001 From: "N. Tessa Pierce-Ward" Date: Mon, 2 Oct 2023 14:45:32 -0700 Subject: [PATCH] piz requires chrono 0.4.28 --- src/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 05896dffb3..488d629b7c 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -97,7 +97,7 @@ version = "0.3.64" features = ["console", "File"] [target.'cfg(all(target_arch = "wasm32"))'.dependencies.chrono] -version = "0.4.31" +version = "0.4.28" features = ["wasmbind"] [target.'cfg(all(target_arch = "wasm32", target_os="unknown"))'.dev-dependencies]