We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2dc12 commit a16a97bCopy full SHA for a16a97b
Cargo.toml
@@ -58,7 +58,7 @@ async-shutdown = { version = "0.1.2", optional = true }
58
libbpf-rs = { version = "0.23.3", optional = true }
59
60
### sysrepo feature
61
-sysrepo = { version = "0.4.0", optional = true }
+sysrepo = { git = "https://github.com/Linutronix/sysrepo-rs", branch = "develop/koalo/fix-bindgen", optional = true }
62
yang2 = { version = "0.7", optional = true }
63
ipnet = { version = "2.7.2", optional = true }
64
0 commit comments