]> xenbits.xensource.com Git - xen-guest-agent.git/commitdiff
freebsd/netlink: use new libc branch following 0.2
authorYann Dirson <yann.dirson@vates.fr>
Mon, 15 Jan 2024 10:09:40 +0000 (11:09 +0100)
committerYann Dirson <yann.dirson@vates.fr>
Mon, 15 Jan 2024 10:13:37 +0000 (11:13 +0100)
Update of crate rustix now wants libc 0.2.152, which lives on the
libc-0.2 branch while the main libc branch sails towards 0.3.  To be
able to continue building until the stuff we need gets released as
0.3, without causing our PRs to become unmergeable, a new
freebsd-netlink-0.2 was necessary.

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

index f34f4bcf7e5e44e4f3ea1d63f492654484212e22..99fa7fc2b2bac2c1c8d03a7176b7b66e0a0c4468 100644 (file)
@@ -1,3 +1,3 @@
 [patch.crates-io]
-libc = { git = "https://github.com/xcp-ng/rust-libc.git", branch = "freebsd-netlink" }
+libc = { git = "https://github.com/xcp-ng/rust-libc.git", branch = "freebsd-netlink-0.2" }
 rtnetlink = { git = "https://github.com/xcp-ng/rust-rtnetlink.git", branch = "freebsd" }