Skip to content

Commit c521367

Browse files
committed
Update to witx 0.20.0.
1 parent e0fc73c commit c521367

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libc = "0.2.77"
3333
# for testing here.
3434
nt_version = "0.1.3"
3535
winapi = "0.3.9"
36-
winx = "0.19.0"
36+
winx = "0.20.0"
3737

3838
[features]
3939
# "nightly" is required when building with Rust nightly, and it enables

cap-primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ errno = "0.2.6"
3232
errno = "0.2.6"
3333

3434
[target.'cfg(windows)'.dependencies]
35-
winx = "0.19.0"
35+
winx = "0.20.0"
3636
winapi = { version = "0.3.9", features = [
3737
"ioapiset",
3838
"winioctl"

cap-time-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ posish = "0.3.0"
2222

2323
[target.'cfg(windows)'.dependencies]
2424
lazy_static = "1.4.0"
25-
winx = "0.19.0"
25+
winx = "0.20.0"
2626

2727
[badges]
2828
maintenance = { status = "actively-developed" }

0 commit comments

Comments
 (0)