hydra-cli icon indicating copy to clipboard operation
hydra-cli copied to clipboard

Update socket2 to 0.3.16+

Open tjni opened this issue 3 years ago • 0 comments

Would it be possible to update socket2 to version 0.3.16+ (such as version 0.3.19)? Since https://github.com/rust-lang/rust/pull/78802 landed in Rust 1.64, earlier versions of socket2 no longer build.

I took a stab at doing so:

cargo update -p socket2

but couldn't figure out how to run an older version of crate2nix to regenerate Cargo.nix. This failure is being observed in the staging-next branch of nixpkgs (c.f. https://github.com/NixOS/nixpkgs/pull/193494), which has Rust updated.

tjni avatar Oct 07 '22 00:10 tjni