Skip to content

Commit 9792b94

Browse files
committed
Whoops, make it 0.10.5
1 parent 2be97a7 commit 9792b94

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace]
22
resolver = "2"
3-
package.version = "0.10.4"
3+
package.version = "0.10.5"
44

55
members = [
66
"capture",

capture-probe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ description = "Crate for capturing stack dumps of embedded devices with a debugg
1414

1515
[dependencies]
1616
probe-rs = "0.29.1"
17-
stackdump-core = { version = "0.10.3", path = "../core" }
17+
stackdump-core = { version = "0.10.5", path = "../core" }
1818

capture/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ categories = ["embedded", "no-std"]
1212
description = "Crate for capturing stack dumps"
1313

1414
[dependencies]
15-
stackdump-core = { version = "0.10.3", path = "../core", default-features = false }
15+
stackdump-core = { version = "0.10.5", path = "../core", default-features = false }
1616
arrayvec = { version = "0.7.2", default-features = false }

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ description = "Crate for capturing stack dumps"
1515

1616
[dependencies]
1717
clap = { version = "4.2.1", features = ["derive", "color", "suggestions"] }
18-
stackdump-trace = { version = "0.10.3", path = "../trace" }
19-
stackdump-capture-probe = { version = "0.10.3", path = "../capture-probe" }
18+
stackdump-trace = { version = "0.10.5", path = "../trace" }
19+
stackdump-capture-probe = { version = "0.10.5", path = "../capture-probe" }
2020
env_logger = "0.11.8"
2121
log = "0.4.14"
2222
textwrap = { version = "0.16.0", features = ["terminal_size"] }

trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ addr2line = "0.25.0"
1515
gimli = "0.32.0"
1616
object = "0.37.1"
1717
bitvec = "1.0.0"
18-
stackdump-core = { version = "0.10.3", path = "../core" }
18+
stackdump-core = { version = "0.10.5", path = "../core" }
1919
thiserror = "2.0.12"
2020
log = "0.4.14"
2121
trees = "0.4.2"

0 commit comments

Comments
 (0)