Skip to content

Commit 731c210

Browse files
authored
Release v0.21.2 (#389)
1 parent cd0b65d commit 731c210

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-zigbuild"
3-
version = "0.21.1"
3+
version = "0.21.2"
44
edition = "2021"
55
description = "Compile Cargo project with zig as linker"
66
license = "MIT"
@@ -11,6 +11,9 @@ rust-version = "1.85"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

14+
[package.metadata.binstall]
15+
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }.{ target }.{ archive-format }"
16+
1417
[dependencies]
1518
anyhow = "1.0.53"
1619
cargo-config2 = "0.1.24"

0 commit comments

Comments
 (0)