Skip to content

Commit bef85b1

Browse files
committed
chore(debugger): update unwind crate to v0.4.2
close #1
1 parent fe1dfd4 commit bef85b1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010

1111
### Fixed
1212
- console: now sub commands (like break remove or break info) don't clash with operation + argument
13+
- debugger: updated `unwind` crate to 0.4.2, now it must support rcX releases of libunwind
1314

1415
### Deprecated
1516

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -30,7 +30,7 @@ ouroboros = "0.18.0"
3030
typed-arena = "2.0.1"
3131
fallible-iterator = "0.3.0"
3232
itertools = "0.12.1"
33-
unwind = { version = "0.4.1", features = ["ptrace"], optional = true }
33+
unwind = { version = "0.4.2", features = ["ptrace"], optional = true }
3434
rustc-demangle = "0.1.21"
3535
thiserror = "1.0.37"
3636
bytes = "1.2.1"

0 commit comments

Comments
 (0)