]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
netlink: declare compatibility with netlink-packet-route 0.19
authorYann Dirson <yann.dirson@vates.fr>
Mon, 5 Feb 2024 09:25:00 +0000 (10:25 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Mon, 5 Feb 2024 10:18:15 +0000 (11:18 +0100)
Signed-off-by: Yann Dirson <yann.dirson@vates.fr>
Cargo.toml

index 6fc8de3cc0d848cbd7c9445e6065121b909f9257..a70716021c7bc22df19c329079fc8adb043e32f8 100644 (file)
@@ -11,7 +11,7 @@ futures = "0.3.26"
 libc = "0.2.139"
 tokio = { version = "1.25.0", features = ["full"] }
 netlink-packet-core = { version = "0.7.0", optional = true }
-netlink-packet-route = { version = "0.18.0", optional = true }
+netlink-packet-route = { version = ">=0.18.0, <0.20", optional = true }
 netlink-proto = { version = "0.11.2", optional = true }
 rtnetlink = { version = "0.14.0", optional = true }
 async-stream = "0.3.4"