-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See RELEASES.md for details
- Loading branch information
Showing
7 changed files
with
25 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "breakpad-symbols" | ||
description = "A library for working with Google Breakpad's text-format symbol files." | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
authors = ["Ted Mielczarek <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
|
@@ -14,7 +14,7 @@ edition = "2018" | |
travis-ci = { repository = "luser/rust-minidump" } | ||
|
||
[dependencies] | ||
minidump-common = { version = "0.9.3", path = "../minidump-common" } | ||
minidump-common = { version = "0.9.4", path = "../minidump-common" } | ||
range-map = "0.1.5" | ||
nom = "~1.2.2" | ||
log = "0.4.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "minidump-common" | ||
description = "Some common types for working with minidump files." | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
authors = ["Ted Mielczarek <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "minidump-processor" | ||
description = "A library and tool for producing stack traces and other useful information from minidump files." | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
authors = ["Ted Mielczarek <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
|
@@ -20,13 +20,13 @@ breakpad-syms = ["breakpad-symbols"] | |
symbolic-syms = [] | ||
|
||
[dependencies] | ||
breakpad-symbols = { version = "0.9.3", path = "../breakpad-symbols", optional = true } | ||
breakpad-symbols = { version = "0.9.4", path = "../breakpad-symbols", optional = true } | ||
chrono = { version = "0.4.6", features = ["serde"] } | ||
clap = "2.33" | ||
failure = "0.1.1" | ||
log = "0.4" | ||
memmap = "0.7.0" | ||
minidump = { version = "0.9.3", path = "../minidump" } | ||
minidump = { version = "0.9.4", path = "../minidump" } | ||
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
simplelog = "0.11.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "minidump-stackwalk" | ||
description = "A CLI minidump analyzer" | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
authors = ["Ted Mielczarek <[email protected]>"] | ||
license = "MIT" | ||
homepage = "https://github.com/luser/rust-minidump" | ||
|
@@ -17,8 +17,8 @@ travis-ci = { repository = "luser/rust-minidump" } | |
[dependencies] | ||
clap = "2.33" | ||
log = "0.4" | ||
minidump = { version = "0.9.3", path = "../minidump" } | ||
minidump-processor = { version = "0.9.3", path = "../minidump-processor" } | ||
minidump = { version = "0.9.4", path = "../minidump" } | ||
minidump-processor = { version = "0.9.4", path = "../minidump-processor" } | ||
simplelog = "0.11.0" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "minidump" | ||
description = "A parser for the minidump format." | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
authors = ["Ted Mielczarek <[email protected]>"] | ||
license = "MIT" | ||
homepage = "https://github.com/luser/rust-minidump" | ||
|
@@ -15,7 +15,7 @@ edition = "2018" | |
failure = "0.1.1" | ||
range-map = "0.1.5" | ||
log = "0.4.1" | ||
minidump-common = { version = "0.9.3", path = "../minidump-common" } | ||
minidump-common = { version = "0.9.4", path = "../minidump-common" } | ||
num-traits = "0.2" | ||
encoding = "0.2" | ||
chrono = "0.4.6" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "synth-minidump" | ||
version = "0.9.3" | ||
version = "0.9.4" | ||
edition = "2021" | ||
readme = "README.md" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
test-assembler = "0.1.5" | ||
minidump-common = { version = "0.9.3", path = "../minidump-common" } | ||
minidump-common = { version = "0.9.4", path = "../minidump-common" } | ||
encoding = "0.2" | ||
scroll = "0.10.2" |