mirror of
https://github.com/denoland/deno.git
synced 2024-12-27 17:49:08 -05:00
fix(build): socket2 compile error
This commit is contained in:
parent
a7f5244a72
commit
0e2ec688fb
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ sha2 = { version = "0.10.6", features = ["oid"] }
|
|||
signature = "=1.6.4"
|
||||
slab = "0.4"
|
||||
smallvec = "1.8"
|
||||
socket2 = "0.4.7"
|
||||
socket2 = { version = "0.4.7", features = ["all"] }
|
||||
tar = "=0.4.38"
|
||||
tempfile = "3.4.0"
|
||||
thiserror = "1.0.40"
|
||||
|
|
Loading…
Reference in a new issue