0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00

fix(ext/cache): add missing Cargo feature (#28178)

This commit is contained in:
Bartek Iwańczuk 2025-02-19 01:29:01 +01:00 committed by GitHub
parent 2968816863
commit e03c990493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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