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 @@ -33,7 +33,7 @@ libc = "0.2.77"
33
33
# for testing here.
34
34
nt_version = " 0.1.3"
35
35
winapi = " 0.3.9"
36
- winx = " 0.19 .0"
36
+ winx = " 0.20 .0"
37
37
38
38
[features ]
39
39
# "nightly" is required when building with Rust nightly, and it enables
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ errno = "0.2.6"
32
32
errno = " 0.2.6"
33
33
34
34
[target .'cfg(windows)' .dependencies ]
35
- winx = " 0.19 .0"
35
+ winx = " 0.20 .0"
36
36
winapi = { version = " 0.3.9" , features = [
37
37
" ioapiset" ,
38
38
" winioctl"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ posish = "0.3.0"
22
22
23
23
[target .'cfg(windows)' .dependencies ]
24
24
lazy_static = " 1.4.0"
25
- winx = " 0.19 .0"
25
+ winx = " 0.20 .0"
26
26
27
27
[badges ]
28
28
maintenance = { status = " actively-developed" }
You can’t perform that action at this time.
0 commit comments