Skip to content

Commit

Permalink
fix(build): socket2 compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Aug 10, 2023
1 parent b8facb2 commit 9f1455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -127,7 +127,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"
Expand Down

0 comments on commit 9f1455b

Please sign in to comment.