]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
freebsd-netlink: use a libc patch based on 0.2.153
authorYann Dirson <yann.dirson@vates.tech>
Mon, 15 Apr 2024 09:21:01 +0000 (11:21 +0200)
committerYann Dirson <yann.dirson@vates.tech>
Mon, 15 Apr 2024 09:21:01 +0000 (11:21 +0200)
For some reason Cargo, accepts on current main commit to override
libc-0.2.153 with a patch advertising 0.2.152 (not even sure why that was
possible).  After cargo-updating it would not any more, so fix the mismatch.

Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
devscripts/cargo-freebsd-netlink.toml

index a0ead3653a866b4bd5cae04b5d732d9fa689cfc0..c7722629a24d9e9af17e034b8b328ec41c12356e 100644 (file)
@@ -3,4 +3,4 @@ git = "https://github.com/xcp-ng/rust-libc.git"
 #branch = "freebsd-netlink-0.2"
 # cannot specify a cargo feature here, so use a version exposing
 # freebsd-netlink support without needing a feature
-rev = "bfe4c69a83a9e6fc4fe92867c7ebbc471b723ccb"
+rev = "7d8b8eb219ad39f13cce5611eb4a823e2390fb00"