Skip to content

Commit abd34b0

Browse files
committed
Merge branch 'main' of github.com:mullvad/nftnl-rs into acl
2 parents a5cf4c9 + e4b18e5 commit abd34b0

3 files changed

Lines changed: 28 additions & 23 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717
## [Unreleased]
1818

1919

20+
## [0.9.2] - 2026-04-24
21+
### Changed
22+
- Update `nix` dependency to 0.31
23+
24+
2025
## [0.9.1] - 2025-12-08
2126
### Fixed
2227
- Avoid raising `NLM_F_ACK` for batch start/end messages on kernel version prior to 6.10.

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nftnl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nftnl"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = ["Mullvad VPN"]
55
license = "MIT OR Apache-2.0"
66
description = "Safe abstraction for libnftnl. Provides low-level userspace access to the in-kernel nf_tables subsystem"
@@ -43,7 +43,7 @@ log = "0.4"
4343

4444
# NOTE: keep version in lock-step with build-dependency
4545
nftnl-sys = { path = "../nftnl-sys", version = "0.6.2" }
46-
nix = { version = "0.30.1", features = ["feature"] }
46+
nix = { version = "0.31.2", features = ["feature"] }
4747

4848
[build-dependencies]
4949
nftnl-sys = { path = "../nftnl-sys", version = "0.6.2" }

0 commit comments

Comments
 (0)