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 2965763 commit bbf1638Copy full SHA for bbf1638
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
3
name = "netlink-packet-core"
4
-version = "0.1.0"
+version = "0.2.0"
5
edition = "2018"
6
7
homepage = "https://github.com/little-dude/netlink"
@@ -15,7 +15,7 @@ description = "netlink packet types"
15
anyhow = "1.0.31"
16
byteorder = "1.3.2"
17
libc = "0.2.66"
18
-netlink-packet-utils = { path = "../netlink-packet-utils", version = "0.1" }
+netlink-packet-utils = { path = "../netlink-packet-utils", version = "0.2" }
19
20
[dev-dependencies]
21
netlink-packet-route = {path = "../netlink-packet-route" }
0 commit comments