From dfecb25814d2e5731ed6fa533791de14570d17d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Sat, 11 May 2024 13:52:33 +0200 Subject: [PATCH] Disable the time package --- milli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 13ad29e77..eff5d4e3f 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -84,6 +84,7 @@ tracing = "0.1.40" ureq = { version = "2.10.0", features = ["json"] } url = "2.5.2" rhai = { version = "1.18.0", features = ["serde", "no_module", "no_custom_syntax"] } +rhai = { version = "1.18.0", features = ["serde", "no_module", "no_custom_syntax", "no_time"] } [dev-dependencies] mimalloc = { version = "0.1.43", default-features = false }