Skip to content

Commit

Permalink
Update cargo-zigbuild to 0.16.1
Browse files Browse the repository at this point in the history
0.16.1 added rust-bindgen support for Linux.
  • Loading branch information
messense committed Feb 25, 2023
1 parent 27ede0c commit 1e8a756
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
clap_complete_command = { version = "0.4.0", optional = true }

# cross compile
cargo-zigbuild = { version = "0.16.0", default-features = false, optional = true }
cargo-zigbuild = { version = "0.16.1", default-features = false, optional = true }
cargo-xwin = { version = "0.14.0", default-features = false, optional = true }

# log
Expand Down

0 comments on commit 1e8a756

Please sign in to comment.