We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current version of Rust being used to build is 1.28, which is nearly 5 years old.
This leads to libc not compiling on macOS in the tests.
libc
We should look to update to a newer version, such as 1.76.0 (latest as of the writing of this ticket).
The text was updated successfully, but these errors were encountered:
Fixed in #20, thanks!
Sorry, something went wrong.
No branches or pull requests
The current version of Rust being used to build is 1.28, which is nearly 5 years old.
This leads to
libc
not compiling on macOS in the tests.We should look to update to a newer version, such as 1.76.0 (latest as of the writing of this ticket).
The text was updated successfully, but these errors were encountered: