Skip to content

Commit

Permalink
Update windows-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss authored and faern committed Aug 4, 2023
1 parent 83a8542 commit 3a9f6c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]

[dependencies.windows-sys]
version = "0.42.0"
version = "0.48.0"
features = [
"Win32_Foundation",
"Win32_Networking_WinSock",
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use std::io;
use std::time::Duration;

use windows_sys::Win32::Foundation::BOOL;
use windows_sys::Win32::System::WindowsProgramming::INFINITE;
use windows_sys::Win32::System::Threading::INFINITE;

#[cfg(test)]
macro_rules! t {
Expand Down

0 comments on commit 3a9f6c4

Please sign in to comment.