File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ features = ["all"]
54
54
libc = " 0.2.150"
55
55
56
56
[target .'cfg(windows)' .dependencies .windows-sys ]
57
- version = " 0.52 "
57
+ version = " 0.62 "
58
58
features = [
59
59
" Win32_Foundation" ,
60
60
" Win32_Networking_WinSock" ,
Original file line number Diff line number Diff line change @@ -436,7 +436,6 @@ pub struct TcpKeepalive {
436
436
target_os = "openbsd" ,
437
437
target_os = "redox" ,
438
438
target_os = "solaris" ,
439
- target_os = "windows" ,
440
439
target_os = "nto" ,
441
440
target_os = "espidf" ,
442
441
target_os = "vita" ,
@@ -465,7 +464,6 @@ impl TcpKeepalive {
465
464
target_os = "openbsd" ,
466
465
target_os = "redox" ,
467
466
target_os = "solaris" ,
468
- target_os = "windows" ,
469
467
target_os = "nto" ,
470
468
target_os = "espidf" ,
471
469
target_os = "vita" ,
@@ -541,6 +539,7 @@ impl TcpKeepalive {
541
539
target_os = "netbsd" ,
542
540
target_os = "tvos" ,
543
541
target_os = "watchos" ,
542
+ target_os = "windows" ,
544
543
)
545
544
) ) ]
546
545
pub const fn with_retries ( self , retries : u32 ) -> Self {
Original file line number Diff line number Diff line change @@ -2089,6 +2089,7 @@ impl Socket {
2089
2089
target_os = "netbsd" ,
2090
2090
target_os = "tvos" ,
2091
2091
target_os = "watchos" ,
2092
+ target_os = "windows" ,
2092
2093
)
2093
2094
) ) ]
2094
2095
pub fn keepalive_retries ( & self ) -> io:: Result < u32 > {
You can’t perform that action at this time.
0 commit comments