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 69aee62 commit 21d83b4Copy full SHA for 21d83b4
itm-decode/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "itm-decode"
3
-version = "0.7.0"
+version = "0.8.0"
4
keywords = ["parse", "ARM", "ITM"]
5
documentation = "https://docs.rs/itm"
6
authors = [
@@ -13,6 +13,6 @@ license = "MIT OR Apache-2.0"
13
description = "A decoding tool for the ARM Cortex-M ITM/DWT packet protocol"
14
15
[dependencies]
16
-itm = { version = "0.7.0", path = "../itm", features = [ "serial" ] }
+itm = { version = "0.8.0", path = "../itm", features = [ "serial" ] }
17
anyhow = "1.0"
18
structopt = "0.3"
itm/Cargo.toml
name = "itm"
0 commit comments