Skip to content

Commit 9490431

Browse files
authored
Bump (#36)
1 parent 9515f4f commit 9490431

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- next-header -->
1111
## [Unreleased] - ReleaseDate
12+
### Changed
13+
- Updated to `minidump-writer` 0.2.1 which includes support for MacOS thread names, and aligns on crash-context 0.3.0.
14+
1215
## [0.3.0] - 2022-05-23
1316
### Added
1417
- First usable release of `crash-context`, `crash-handler`, `sadness-generator`, and `minidumper` crates.

crash-handler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ debug-print = []
2222
cfg-if = "1.0"
2323
# Definition of a portable crash-context that can be shared between various
2424
# crates
25-
crash-context = "0.2"
25+
crash-context = "0.3"
2626
# Wrapper around libc
2727
libc = "0.2"
2828
# Nicer sync primitives

minidumper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["crash", "minidump", "ipc", "out-of-process"]
1919
[dependencies]
2020
# Nicer cfg handling
2121
cfg-if = "1.0"
22-
crash-context = "0.2"
22+
crash-context = "0.3"
2323
libc = "0.2"
2424
# Basic log emitting
2525
log = "0.4"

0 commit comments

Comments
 (0)