Skip to content

Commit ec6bb45

Browse files
committed
bump versions
- netlink-packet-core: 0.2.3 -> 0.2.4 - netlink-packet-route: 0.6 -> 0.7 - netlink-sys: 0.5 -> 0.6 - netlink-proto: 0.5 -> 0.6 - audit: 0.2.1 -> 0.3 - rtnetlink 0.6 -> 0.7
1 parent 53d3d94 commit ec6bb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Corentin Henry <corentinhenry@gmail.com>"]
33
name = "netlink-packet-route"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
edition = "2018"
66

77
homepage = "https://github.com/little-dude/netlink"
@@ -26,7 +26,7 @@ name = "dump_links"
2626
criterion = "0.3.0"
2727
pcap-file = "1.1.1"
2828
lazy_static = "1.4.0"
29-
netlink-sys = { path = "../netlink-sys", version = "0.5" }
29+
netlink-sys = { path = "../netlink-sys", version = "0.6" }
3030

3131
[[bench]]
3232
name = "link_message"

0 commit comments

Comments
 (0)