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 bfb290b commit 7f5907cCopy full SHA for 7f5907c
CHANGELOG.md
@@ -3,7 +3,7 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](https://semver.org/).
5
6
-## [Unreleased] - ReleaseDate
+## [0.24.0] - 2022-04-21
7
### Added
8
9
- Added fine-grained features flags. Most Nix functionality can now be
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2018"
-version = "0.23.1"
+version = "0.24.0"
rust-version = "1.46"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
0 commit comments