Skip to content

Commit

Permalink
Bump version to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 3, 2023
1 parent 80546af commit 52be7dd
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 22 deletions.
60 changes: 40 additions & 20 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.18.0"
version = "0.18.1"
edition = "2021"
description = "Compile Cargo project with zig as linker"
license = "MIT"
Expand All @@ -13,7 +13,7 @@ rust-version = "1.67"

[dependencies]
anyhow = "1.0.53"
cargo-options = "0.7.1"
cargo-options = "0.7.2"
cargo_metadata = "0.18.0"
clap = { version = "4.3.0", features = ["derive", "env", "wrap_help", "unstable-styles"] }
dirs = "5.0.0"
Expand Down

0 comments on commit 52be7dd

Please sign in to comment.