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 4447216 commit e34595fCopy full SHA for e34595f
CHANGELOG
@@ -1,4 +1,14 @@
1
# Changelog
2
+## [0.8.1] - 2025-09-18
3
+### Breaking changes
4
+ - N/A
5
+
6
+### New features
7
8
9
+### Bug fixes
10
+ - Revert back to paste dependency. (4447216)
11
12
## [0.8.0] - 2025-08-27
13
### Breaking changes
14
- Changed `DecodeError` from enum to struct. (f55d7b7, 63da36a)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
name = "netlink-packet-core"
-version = "0.8.0"
+version = "0.8.1"
edition = "2021"
homepage = "https://github.com/rust-netlink/netlink-packet-core"
0 commit comments