Skip to content

Commit 9e536d2

Browse files
committed
cargo binstall metadata
1 parent dfe93d3 commit 9e536d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

cargo-espflash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ toml = "0.5"
3737
thiserror = "1"
3838

3939
[package.metadata.binstall]
40-
pkg-url = "{ repo }/releases/download/v{ version }/cargo-espflash{ format }"
40+
pkg-url = "{ repo }/releases/download/v{ version }/{ name }"
4141
pkg-fmt = "bin"

espflash/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ miette = "2"
3737

3838
[dev-dependencies]
3939
pretty_assertions = "0.7.1"
40+
41+
[package.metadata.binstall]
42+
pkg-url = "{ repo }/releases/download/v{ version }/{ name }"
43+
pkg-fmt = "bin"

0 commit comments

Comments
 (0)