Skip to content

Commit

Permalink
Bump version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 30, 2022
1 parent 6600bc2 commit 27704e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.14.1"
version = "0.14.2"
edition = "2018"
description = "Compile Cargo project with zig as linker"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ rust-version = "1.61"
[dependencies]
anyhow = "1.0.53"
cargo-options = "0.5.3"
cargo_metadata = "0.15.0"
cargo_metadata = "0.15.2"
clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] }
dirs = "4.0.0"
fs-err = "2.6.0"
Expand Down

0 comments on commit 27704e8

Please sign in to comment.