From e03c9904939c0102826c3b8b860432d2907629e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 19 Feb 2025 01:29:01 +0100 Subject: [PATCH] fix(ext/cache): add missing Cargo feature (#28178) --- ext/cache/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index 80da59783d..a4ad200804 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -19,7 +19,7 @@ async-stream.workspace = true async-trait.workspace = true base64.workspace = true bytes.workspace = true -chrono.workspace = true +chrono = { workspace = true, features = ["now"] } deno_core.workspace = true deno_error.workspace = true futures.workspace = true