Skip to content

Commit

Permalink
Bump version to 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 12, 2023
1 parent 00297c9 commit 145c1d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-zigbuild"
version = "0.17.2"
version = "0.17.3"
edition = "2021"
description = "Compile Cargo project with zig as linker"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ rust-version = "1.63"
[dependencies]
anyhow = "1.0.53"
cargo-options = "0.6.0"
cargo_metadata = "0.17.0"
cargo_metadata = "0.18.0"
clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
dirs = "5.0.0"
fat-macho = { version = "0.4.6", default-features = false, optional = true }
Expand Down

0 comments on commit 145c1d5

Please sign in to comment.