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
There is a linker bug with 1.13.0 build for Windows, happens because of rust-lang/rust#38584 As bumping to 1.19.0 seems to be unreasonable, CI should be fixed instead with any workaround provided.
Temporary bumped to 1.19.0, it can be addressed later.
Since this crate is not abandoned anymore (yay!), it is time to make it a bit more modern and plan changes for the next
0.2
version.1.19.0
)get_hostname
functionget() -> io::Result<OsString>
functionset<T>(hostname: T) -> io::Result<()> where T: Into<OsStr>
function (determine what exactlyT
should be)winutil
dependency with thewinapi
crategethostname
from thelibc
crate instead of bundled versionThe text was updated successfully, but these errors were encountered: