You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The winapi dependency is only used when the code is compiled on Windows (#[cfg(target_os = "windows")]), but the Cargo.toml file currently requires it for all platforms.
The text was updated successfully, but these errors were encountered:
The winapi dependency is only used when the code is compiled on Windows (
#[cfg(target_os = "windows")]
), but the Cargo.toml file currently requires it for all platforms.The text was updated successfully, but these errors were encountered: