File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
40
40
### Changed
41
41
- ` sys::termios::BaudRate ` now implements ` TryFrom<speed_t> ` instead of
42
42
` From<speed_t> ` . The old ` From ` implementation would panic on failure.
43
+ ([ #1159 ] ( https://github.com/nix-rust/nix/pull/1159 ) )
43
44
44
45
- ` sys::socket::ControlMessage::ScmCredentials ` and
45
46
` sys::socket::ControlMessageOwned::ScmCredentials ` now wrap ` UnixCredentials `
46
47
rather than ` libc::ucred ` .
47
- ([ #1159 ] ( https://github.com/nix-rust/nix/pull/1159 ) )
48
+ ([ #1160 ] ( https://github.com/nix-rust/nix/pull/1160 ) )
48
49
49
50
- ` sys::socket::recvmsg ` now takes a plain ` Vec ` instead of a ` CmsgBuffer `
50
51
implementor. If you were already using ` cmsg_space! ` , then you needn't worry.
You can’t perform that action at this time.
0 commit comments