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 720853a commit a2252ceCopy full SHA for a2252ce
CHANGELOG.md
@@ -49,6 +49,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
49
- Added `MAP_CONCEAL` mmap flag for openbsd.
50
(#[1531](https://github.com/nix-rust/nix/pull/1531))
51
52
+- Deprecated `nix::sys::socket::sockaddr_storage_to_addr` in favor of the new
53
+ `SockAddr::from_raw_sockaddr`.
54
+ (#[1504](https://github.com/nix-rust/nix/pull/1504))
55
+
56
### Changed
57
58
- `FdSet::{contains, highest, fds}` no longer require a mutable reference.
0 commit comments