We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a4fb1 commit 31fc839Copy full SHA for 31fc839
CHANGELOG.md
@@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
([#923](https://github.com/nix-rust/nix/pull/923))
15
- Added a `dir` module for reading directories (wraps `fdopendir`, `readdir`, and `rewinddir`).
16
([#916](https://github.com/nix-rust/nix/pull/916))
17
+- Added `kmod` module that allows loading and unloading kernel modules on Linux.
18
+ ([#930](https://github.com/nix-rust/nix/pull/930))
19
20
### Changed
21
- Increased required Rust version to 1.22.1/
0 commit comments