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 53d3d94 commit ec6bb45Copy full SHA for ec6bb45
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
3
name = "netlink-packet-route"
4
-version = "0.6.0"
+version = "0.7.0"
5
edition = "2018"
6
7
homepage = "https://github.com/little-dude/netlink"
@@ -26,7 +26,7 @@ name = "dump_links"
26
criterion = "0.3.0"
27
pcap-file = "1.1.1"
28
lazy_static = "1.4.0"
29
-netlink-sys = { path = "../netlink-sys", version = "0.5" }
+netlink-sys = { path = "../netlink-sys", version = "0.6" }
30
31
[[bench]]
32
name = "link_message"
0 commit comments