Open talklittle opened 5 months ago
Updated. Adding explicit dependency wasn't needed; instead use $ cargo update -p socket2
to update the Cargo.lock file.
I can confirm this builds fine on Windows with the latest version of Rust(1.81.0) I haven't tested in docker though as I don't use it on Windows.
Fixes Windows compile by updating the
socket2
Rust dependency to 0.3.19.Fixes #21
Reproduce the error by running docker:
Results in this Rust error:
After adding a dependency on socket2 version 0.3.19 in Cargo.toml, and rebuilding the Docker image, the Rambo compilation succeeds.
Relevant socket2 issue: https://github.com/rust-lang/socket2/issues/119 fixed in v0.3.16