1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 06:46:59 -05:00

chore(ext/web): fix ext/web build (#21232)

This commit is contained in:
Yoshiya Hinosawa 2023-11-17 13:59:52 +09:00 committed by Bartek Iwańczuk
parent 870eb91957
commit 2129f12f83
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

@ -19,7 +19,7 @@ base64-simd = "0.8"
bytes.workspace = true
deno_core.workspace = true
encoding_rs.workspace = true
flate2.workspace = true
flate2 = { workspace = true, features = ["default"] }
futures.workspace = true
serde = "1.0.149"
tokio.workspace = true