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 2845ab9 commit 3cf9007Copy full SHA for 3cf9007
CHANGELOG.md
@@ -3,6 +3,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
3
4
# Change Log
5
6
+## [0.30.1] - 2025-05-04
7
+
8
+### Fixed
9
10
+- doc.rs build
11
+ ([#2634](https://github.com/nix-rust/nix/pull/2634))
12
13
14
## [0.30.0] - 2025-04-29
15
16
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "nix"
description = "Rust friendly bindings to *nix APIs"
edition = "2021"
-version = "0.30.0"
+version = "0.30.1"
rust-version = "1.69"
authors = ["The nix-rust Project Developers"]
repository = "https://github.com/nix-rust/nix"
0 commit comments