We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b608a commit fff2ca4Copy full SHA for fff2ca4
CHANGELOG.md
@@ -30,6 +30,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
30
`sys::kevent::Kqueue::kevent`, and `sys::event::kqueue` is deprecated in
31
favor of `sys::kevent::Kqueue::new`.
32
([#1943](https://github.com/nix-rust/nix/pull/1943))
33
+- `nix::socket` and `nix::select` are now available on Redox.
34
+ ([#2012](https://github.com/nix-rust/nix/pull/2012))
35
36
### Fixed
37
- Fix `SockaddrIn6` bug that was swapping flowinfo and scope_id byte ordering.
0 commit comments