We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee46787 commit e1394a8Copy full SHA for e1394a8
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "esp-stacktrace-decoder"
3
description = "An ESP stack trace decoder"
4
-version = "1.3.2"
+version = "2.0.0"
5
edition = "2018"
6
authors = ["Maxime Borges <[email protected]>"]
7
repository = "https://github.com/esphome/esp-stacktrace-decoder"
src/bin.rs
@@ -12,7 +12,7 @@ enum DumpSource<'a> {
12
13
fn main() {
14
let matches = App::new("hardliner")
15
- .version("1.3.2")
+ .version("2.0.0")
16
.about("ESP stacktrace decoder")
17
.arg(
18
Arg::with_name("elf")
0 commit comments