Skip to content

Commit

Permalink
rust: Add nix as a dependency
Browse files Browse the repository at this point in the history
I have multiple outstanding PRs that use it and they conflict on
this, so let's just upstream it now.

It helps avoid some use of `unsafe` talking to libc directly.
  • Loading branch information
cgwalters committed Aug 30, 2019
1 parent 2232edb commit 3d6b33b
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 28 deletions.
2 changes: 2 additions & 0 deletions bindgen/Cargo.lock

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

78 changes: 50 additions & 28 deletions rust/Cargo.lock

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

1 change: 1 addition & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ serde_derive = "1.0.78"
serde_json = "1.0"
serde_yaml = "0.8"
libc = "0.2"
nix = "0.15.0"
glib-sys = "0.8.0"
gio-sys = "0.8.0"
glib = "0.7.1"
Expand Down

0 comments on commit 3d6b33b

Please sign in to comment.