Skip to content

Commit

Permalink
gpiod: Migrate to upstreamed version of libgpiod
Browse files Browse the repository at this point in the history
The libgpiod rust bindings got upstreamed recently. Migrate to the
upstreamed version.

Signed-off-by: Viresh Kumar <[email protected]>
  • Loading branch information
vireshk committed Nov 29, 2022
1 parent d5027e9 commit 2a2f9d5
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 82 deletions.
34 changes: 31 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 69.6,
"coverage_score": 68.9,
"exclude_path": "",
"crate_features": ""
}
2 changes: 1 addition & 1 deletion crates/gpio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ vm-memory = "0.9"
vmm-sys-util = "0.10"

[target.'cfg(target_env = "gnu")'.dependencies]
libgpiod = { git = "https://github.com/vireshk/libgpiod" }
libgpiod = { git = "https://github.com/vireshk/libgpiod", branch = "vhost-gpio" }

[dev-dependencies]
virtio-queue = { version = "0.6", features = ["test-utils"] }
Expand Down
Loading

0 comments on commit 2a2f9d5

Please sign in to comment.