From ce8dfbdd613754d569a12b234b542480a4fc252e Mon Sep 17 00:00:00 2001 From: Florian Kauer Date: Mon, 11 Mar 2024 17:12:10 +0100 Subject: [PATCH] chore: use sysrepo-rs with bindgen fix Use sysrepo-rs version with newer bindgen version to support newer clang versions. See rust-lang/rust-bindgen#2312 Signed-off-by: Florian Kauer Reviewed-by: Kurt Kanzenbach --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3069db2..6350482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ async-shutdown = { version = "0.1.2", optional = true } libbpf-rs = { version = "0.23.3", optional = true } ### sysrepo feature -sysrepo = { version = "0.4.0", optional = true } +sysrepo = { git = "https://github.com/Linutronix/sysrepo-rs", branch = "develop/koalo/fix-bindgen", optional = true } yang2 = { version = "0.7", optional = true } ipnet = { version = "2.7.2", optional = true }