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
It looks like std::net::lookup_host has been deprecated and it is advised to use the ToSocketAddrs trait. This is causing me some issues compiling for windows. I will try and submit a PR but I am very new to rust!