Skip to content

Commit

Permalink
chore: use sysrepo-rs with bindgen fix
Browse files Browse the repository at this point in the history
Use sysrepo-rs version with newer bindgen version
to support newer clang versions.
See rust-lang/rust-bindgen#2312

Signed-off-by: Florian Kauer <florian.kauer@linutronix.de>
Reviewed-by: Kurt Kanzenbach <kurt@linutronix.de>
  • Loading branch information
koalo committed Jun 25, 2024
1 parent 16401da commit ce8dfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit ce8dfbd

Please sign in to comment.