Skip to content

Commit

Permalink
Update cargo-zigbuild to 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 30, 2023
1 parent 21e6157 commit d24b898
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 67 deletions.
107 changes: 42 additions & 65 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 @@ -65,7 +65,7 @@ clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
clap_complete_command = { version = "0.5.1", optional = true }

# cross compile
cargo-zigbuild = { version = "0.16.4", default-features = false, optional = true }
cargo-zigbuild = { version = "0.16.5", default-features = false, optional = true }
cargo-xwin = { version = "0.14.1", default-features = false, optional = true }

# log
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ deny = [
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
#{ name = "ansi_term", version = "=0.11.0" },
{ name = "ahash", version = "0.3.8" },
{ name = "base64", version = "0.13.1" },
# from cbindgen
{ name = "toml", version = "0.5.11" },
]
Expand Down

0 comments on commit d24b898

Please sign in to comment.