1
0
Fork 0
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:
Bartek Iwańczuk 2023-08-21 16:53:31 +02:00
parent a7f5244a72
commit 0e2ec688fb
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

View file

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