Skip to content

Commit 4475ba6

Browse files
committed
Cleanup round 1
1 parent a5bfa4f commit 4475ba6

File tree

3 files changed

+138
-128
lines changed

3 files changed

+138
-128
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ byteorder = "1.3.2"
2121
libc = "0.2.66"
2222
log = { version = "0.4.20", features = ["std"] }
2323
netlink-packet-core = { version = "0.7.0" }
24-
netlink-packet-utils = { version = "0.5.2" }
24+
netlink-packet-utils = { path = "../netlink-packet-utils" }
25+
hex = "0.4.3"
2526

2627
[[example]]
2728
name = "dump_packet_links"

0 commit comments

Comments
 (0)