From: Yann Dirson Date: Mon, 15 Jan 2024 10:09:40 +0000 (+0100) Subject: freebsd/netlink: use new libc branch following 0.2 X-Git-Tag: 0.4.0~7^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fc9b86c9898d95c15c187287f1759bab40427a78;p=xen-guest-agent.git freebsd/netlink: use new libc branch following 0.2 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 --- diff --git a/devscripts/cargo-freebsd-netlink.toml b/devscripts/cargo-freebsd-netlink.toml index f34f4bc..99fa7fc 100644 --- a/devscripts/cargo-freebsd-netlink.toml +++ b/devscripts/cargo-freebsd-netlink.toml @@ -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" }