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 1364575 commit 05c1b5fCopy full SHA for 05c1b5f
CHANGELOG.md
@@ -40,11 +40,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
40
### Changed
41
- `sys::termios::BaudRate` now implements `TryFrom<speed_t>` instead of
42
`From<speed_t>`. The old `From` implementation would panic on failure.
43
+ ([#1159](https://github.com/nix-rust/nix/pull/1159))
44
45
- `sys::socket::ControlMessage::ScmCredentials` and
46
`sys::socket::ControlMessageOwned::ScmCredentials` now wrap `UnixCredentials`
47
rather than `libc::ucred`.
- ([#1159](https://github.com/nix-rust/nix/pull/1159))
48
+ ([#1160](https://github.com/nix-rust/nix/pull/1160))
49
50
- `sys::socket::recvmsg` now takes a plain `Vec` instead of a `CmsgBuffer`
51
implementor. If you were already using `cmsg_space!`, then you needn't worry.
0 commit comments