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:
parent
870eb91957
commit
2129f12f83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue