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 5a17e30 commit fa71f33Copy full SHA for fa71f33
CHANGELOG.md
@@ -43,6 +43,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
43
([#1943](https://github.com/nix-rust/nix/pull/1943))
44
- `nix::socket` and `nix::select` are now available on Redox.
45
([#2012](https://github.com/nix-rust/nix/pull/2012))
46
+- All features have been removed from the default set. Users will need to specify
47
+ which features they depend on in their Cargo.toml.
48
+ ([#2091](https://github.com/nix-rust/nix/pull/2091))
49
50
### Fixed
51
- Fix: send `ETH_P_ALL` in htons format
0 commit comments