-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verify that cross-platform support works. #3
Comments
Works on macOs Mojave on stable Rust (1.34.1)
|
I got an error when trying to build with Rust 1.34.1 on Windows 10 (1903).
|
Thank you. I will look into the Windows error. |
Should work on Windows now. It was using the default implementation of |
I ran cargo build bliss and and it now fails with
|
Dang. I'll give it another shot when I'm back on a machine with Windows. Thanks for trying. |
I cloned from master and I think it built ok:
It looks like that is v0.1.1 but when I run rustc 1.34.2 (6c2484dc3 2019-05-13) The compiled binary appears to work great though! 👍 |
Awesome. It looks like I need to run |
Need to verify that Windows & macOS builds are working.
They should be since all the dependencies are cross-platform as well.
Will confirm.
The text was updated successfully, but these errors were encountered: