Commit 0d773fd7 authored by nanamicat's avatar nanamicat

fix

parent dfdaf2c1
Pipeline #42520 passed with stages
in 12 minutes and 59 seconds
...@@ -751,7 +751,7 @@ dependencies = [ ...@@ -751,7 +751,7 @@ dependencies = [
[[package]] [[package]]
name = "netlink-packet-route" name = "netlink-packet-route"
version = "0.28.0" version = "0.28.0"
source = "git+https://github.com/nanamicat/netlink-packet-route.git?rev=dfc76d7#dfc76d732b9924c5efcacb8e29ec4d4b85becd7b" source = "git+https://github.com/nanamicat/netlink-packet-route.git#dfc76d732b9924c5efcacb8e29ec4d4b85becd7b"
dependencies = [ dependencies = [
"bitflags 2.10.0", "bitflags 2.10.0",
"libc", "libc",
......
...@@ -26,4 +26,4 @@ string-interner = "0.19.0" ...@@ -26,4 +26,4 @@ string-interner = "0.19.0"
futures = "0.3" futures = "0.3"
[patch.crates-io] [patch.crates-io]
rtnetlink = { git = "https://github.com/nanamicat/rtnetlink.git" } rtnetlink = { git = "https://github.com/nanamicat/rtnetlink.git" }
netlink-packet-route = { git = "https://github.com/nanamicat/netlink-packet-route.git", rev = "dfc76d7" } netlink-packet-route = { git = "https://github.com/nanamicat/netlink-packet-route.git" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment