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 aa85781 commit db50f62Copy full SHA for db50f62
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "esp-stacktrace-decoder"
3
description = "An ESP stack trace decoder"
4
-version = "2.0.0"
+version = "2.0.1"
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("2.0.0")
+ .version("2.0.1")
16
.about("ESP stacktrace decoder")
17
.arg(
18
Arg::with_name("elf")
0 commit comments