Skip to content

Commit a16a97b

Browse files
committed
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 <[email protected]>
1 parent 7a2dc12 commit a16a97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async-shutdown = { version = "0.1.2", optional = true }
5858
libbpf-rs = { version = "0.23.3", optional = true }
5959

6060
### sysrepo feature
61-
sysrepo = { version = "0.4.0", optional = true }
61+
sysrepo = { git = "https://github.com/Linutronix/sysrepo-rs", branch = "develop/koalo/fix-bindgen", optional = true }
6262
yang2 = { version = "0.7", optional = true }
6363
ipnet = { version = "2.7.2", optional = true }
6464

0 commit comments

Comments
 (0)