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 9d885c6 commit 0ded089Copy full SHA for 0ded089
CHANGELOG
@@ -0,0 +1,10 @@
1
+# Changelog
2
+## [0.3.2] - 2023-01-29
3
+### Breaking changes
4
+ - N/A
5
+
6
+### New features
7
8
9
+### Bug fixes
10
+ - Use latest rust-netlink crates. (fc3dc0c)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "netlink-packet-generic"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Leo <[email protected]>"]
edition = "2018"
homepage = "https://github.com/rust-netlink/netlink-packet-generic"
0 commit comments