mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 07:08:27 -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
|
bytes.workspace = true
|
||||||
deno_core.workspace = true
|
deno_core.workspace = true
|
||||||
encoding_rs.workspace = true
|
encoding_rs.workspace = true
|
||||||
flate2.workspace = true
|
flate2 = { workspace = true, features = ["default"] }
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
serde = "1.0.149"
|
serde = "1.0.149"
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
|
|
Loading…
Reference in a new issue