-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Update dependencies to solve build error #258
Comments
This is the build log:
|
This was referenced Nov 6, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems Rust 64 has created an error when building
socket2
. This is causing this package to not build.To know more, see:
NixOS/nixpkgs#194845
Maybe a
cargo update
is enough to update the dependencies cachebut maybe.trust-dns-resolver
, the dependency bringingsocket2
needs an updateUpdate: I have confirmed that running
cargo update
fixes the build. Submitting a new version with the updatedCargo.lock
should be enough.The text was updated successfully, but these errors were encountered: