We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
socket2
0.5.10
1 parent 5bdd0f2 commit a29eb5cCopy full SHA for a29eb5c
.github/workflows/cont_integration.yml
@@ -68,6 +68,7 @@ jobs:
68
cargo update -p parking_lot --precise "0.12.3"
69
cargo update -p parking_lot_core --precise "0.9.10"
70
cargo update -p lock_api --precise "0.4.12"
71
+ cargo update -p socket2@0.6.0 --precise "0.5.10"
72
73
cargo update -p bzip2-sys --precise "0.1.12+1.0.8" # dev-dependency
74
- name: Build
README.md
@@ -33,4 +33,5 @@ cargo update -p tracing-core --precise "0.1.33"
33
34
35
36
+cargo update -p socket2@0.6.0 --precise "0.5.10"
37
```
0 commit comments