Skip to content

Commit 4efad54

Browse files
committed
1.0.0
1 parent b674d4b commit 4efad54

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cargo-espflash/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-espflash"
3-
version = "0.1.4"
3+
version = "1.0.0"
44
authors = [
55
"Robin Appelman <[email protected]>",
66
"Jesse Braham <[email protected]>",
@@ -35,3 +35,7 @@ serde = { version = "1.0", features = ["derive"] }
3535
serial = "0.4"
3636
toml = "0.5"
3737
thiserror = "1"
38+
39+
[package.metadata.binstall]
40+
pkg-url = "{ repo }/releases/download/v{ version }/cargo-espflash{ format }"
41+
pkg-fmt = "bin"

espflash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "espflash"
3-
version = "0.1.3"
3+
version = "1.0.0"
44
authors = ["Robin Appelman <[email protected]>"]
55
edition = "2018"
66
license = "GPL-2.0"

0 commit comments

Comments
 (0)