Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Jul 12, 2023
1 parent 2eb3b6a commit b9b08bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
name = "sentry-rust-minidump"
readme = "README.md"
repository = "https://github.com/timfish/sentry-rust-minidump"
version = "0.6.3"
version = "0.6.4"

[dependencies]
minidumper-child = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Uses the [`minidumper-child`](https://github.com/timfish/minidumper-child) crate
to capture minidumps from a separate process and sends them to Sentry as
attachments via the Sentry Rust SKD.
attachments via the Sentry Rust SDK.

`sentry_rust_minidump::init` starts the current executable again with an argument that
causes it to start in crash reporter mode. In this mode it waits for minidump
Expand Down

0 comments on commit b9b08bf

Please sign in to comment.