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 eae528f commit 6c0b9a4Copy full SHA for 6c0b9a4
Cargo.toml
@@ -14,11 +14,11 @@ description = "netlink packet types for the netfilter subprotocol"
14
[dependencies]
15
anyhow = "1.0.32"
16
byteorder = "1.3.4"
17
-netlink-packet-core = "0.4"
18
-netlink-packet-utils = "0.5"
+netlink-packet-core = { version = "0.4.2", path = "../netlink-packet-core" }
+netlink-packet-utils = { version = "0.5.1", path = "../netlink-packet-utils" }
19
bitflags = "1.2.1"
20
libc = "0.2.77"
21
derive_more = "0.99.16"
22
23
[dev-dependencies]
24
-netlink-sys = "0.8"
+netlink-sys = { version = "0.8.2", path = "../netlink-sys" }
0 commit comments