Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update all deps & suppress warnings in bindgen generated code #79

Merged
merged 7 commits into from
Oct 22, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update all deps
  • Loading branch information
codyps committed Oct 16, 2021
commit ac0d75f1fc939fca272b147cd40580aba60f6f86
128 changes: 32 additions & 96 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 zfs-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nvpair = { path = "../nvpair", version = "0.5.0" }
zfs-core-sys = { path = "../zfs-core-sys", version = "0.5.0" }
cstr-argument = "0.1"
foreign-types = "0.5.0"
rand = "0.7.3"
rand = "0.8"
snafu = "0.6"

[dev-dependencies]
Expand Down