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.
1 parent 7c1caf9 commit 3968095Copy full SHA for 3968095
Cargo.toml
@@ -27,7 +27,7 @@ atomic-waker = "1.1.1"
27
slab = "0.4.8"
28
29
[target.'cfg(windows)'.dependencies.windows-sys]
30
-version = "0.59"
+version = "0.60"
31
default-features = false
32
features = [
33
"Win32_Foundation",
src/windows_registry.rs
@@ -27,7 +27,7 @@
use async_lock::OnceCell;
use slab::Slab;
-use windows_sys::Win32::Foundation::BOOL;
+use windows_sys::core::BOOL;
use windows_sys::Win32::System::Console::{SetConsoleCtrlHandler, CTRL_C_EVENT};
use std::io::Result;
0 commit comments