Skip to content

Commit 21d83b4

Browse files
committed
cargo: bump to v0.8.0
Changes since v0.7.0 warrant a version bump due to API and behavioral changes.
1 parent 69aee62 commit 21d83b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

itm-decode/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itm-decode"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
keywords = ["parse", "ARM", "ITM"]
55
documentation = "https://docs.rs/itm"
66
authors = [
@@ -13,6 +13,6 @@ license = "MIT OR Apache-2.0"
1313
description = "A decoding tool for the ARM Cortex-M ITM/DWT packet protocol"
1414

1515
[dependencies]
16-
itm = { version = "0.7.0", path = "../itm", features = [ "serial" ] }
16+
itm = { version = "0.8.0", path = "../itm", features = [ "serial" ] }
1717
anyhow = "1.0"
1818
structopt = "0.3"

itm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itm"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
keywords = ["parse", "ARM", "ITM"]
55
documentation = "https://docs.rs/itm"
66
authors = [

0 commit comments

Comments
 (0)