DataDog / glommio

Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
Other
3.12k stars 164 forks source link

chore(deps): upgrade to nix v0.27 #630

Closed aurelilys closed 10 months ago

aurelilys commented 11 months ago

Update nix dependency to 0.27. This means replacing all SockAddr from nix to SockaddrStorageor impl SockaddrLike.

glommer commented 10 months ago

@aurelilys this is marked as a draft - I presume because of the clippy issues. If you feel this is ready to go, let me know!

aurelilys commented 10 months ago

Yes, I think it's ready to go