Skip to content

Commit

Permalink
Merge release/7.2.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Mar 24, 2020
2 parents 16251b9 + 6a2c604 commit f000699
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 52 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -45,14 +45,14 @@ unreal = ["symbolic-unreal"]
unreal-serde = ["unreal", "common-serde", "symbolic-unreal/with-serde"]

[dependencies]
symbolic-common = { version = "7.1.1", path = "common" }
symbolic-debuginfo = { version = "7.1.1", path = "debuginfo", optional = true }
symbolic-demangle = { version = "7.1.1", path = "demangle", optional = true }
symbolic-minidump = { version = "7.1.1", path = "minidump", optional = true }
symbolic-proguard = { version = "7.1.1", path = "proguard", optional = true }
symbolic-sourcemap = { version = "7.1.1", path = "sourcemap", optional = true }
symbolic-symcache = { version = "7.1.1", path = "symcache", optional = true }
symbolic-unreal = { version = "7.1.1", path = "unreal", optional = true }
symbolic-common = { version = "7.2.0", path = "common" }
symbolic-debuginfo = { version = "7.2.0", path = "debuginfo", optional = true }
symbolic-demangle = { version = "7.2.0", path = "demangle", optional = true }
symbolic-minidump = { version = "7.2.0", path = "minidump", optional = true }
symbolic-proguard = { version = "7.2.0", path = "proguard", optional = true }
symbolic-sourcemap = { version = "7.2.0", path = "sourcemap", optional = true }
symbolic-symcache = { version = "7.2.0", path = "symcache", optional = true }
symbolic-unreal = { version = "7.2.0", path = "unreal", optional = true }

[dev-dependencies]
clap = "2.33.0"
Expand Down
52 changes: 26 additions & 26 deletions cabi/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cabi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-cabi"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -29,4 +29,4 @@ lto = true
serde_json = "1.0.40"
failure = "0.1.5"
apple-crash-report-parser = { version = "0.4.0", features = ["with_serde"] }
symbolic = { version = "7.1.1", path = "..", features = ["debuginfo", "demangle", "minidump", "proguard", "sourcemap", "symcache", "unreal-serde"] }
symbolic = { version = "7.2.0", path = "..", features = ["debuginfo", "demangle", "minidump", "proguard", "sourcemap", "symcache", "unreal-serde"] }
2 changes: 1 addition & 1 deletion common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-common"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down
4 changes: 2 additions & 2 deletions debuginfo/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-debuginfo"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -36,7 +36,7 @@ regex = "1.3.5"
serde = { version = "1.0.94", features = ["derive"] }
serde_json = "1.0.40"
smallvec = "1.2.0"
symbolic-common = { version = "7.1.1", path = "../common" }
symbolic-common = { version = "7.2.0", path = "../common" }
zip = "0.5.2"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions demangle/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-demangle"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -23,7 +23,7 @@ exclude = [
cpp_demangle = "0.2.14"
msvc-demangler = "0.8.0"
rustc-demangle = "0.1.16"
symbolic-common = { version = "7.1.1", path = "../common" }
symbolic-common = { version = "7.2.0", path = "../common" }

[build-dependencies]
cc = "1.0.50"
6 changes: 3 additions & 3 deletions minidump/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-minidump"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -31,8 +31,8 @@ failure = "0.1.5"
lazy_static = "1.4.0"
regex = "1.3.5"
serde = { version = "1.0.94", optional = true }
symbolic-common = { version = "7.1.1", path = "../common" }
symbolic-debuginfo = { version = "7.1.1", path = "../debuginfo" }
symbolic-common = { version = "7.2.0", path = "../common" }
symbolic-debuginfo = { version = "7.2.0", path = "../debuginfo" }

[build-dependencies]
cc = { version = "1.0.50", features = ["parallel"] }
Expand Down
4 changes: 2 additions & 2 deletions proguard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-proguard"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -18,4 +18,4 @@ edition = "2018"

[dependencies]
proguard = "3.0.0"
symbolic-common = { version = "7.1.1", path = "../common" }
symbolic-common = { version = "7.2.0", path = "../common" }
2 changes: 1 addition & 1 deletion sourcemap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-sourcemap"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down
6 changes: 3 additions & 3 deletions symcache/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-symcache"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -23,8 +23,8 @@ exclude = [
failure = "0.1.5"
fnv = "1.0.6"
num = "0.2.1"
symbolic-common = { version = "7.1.1", path = "../common" }
symbolic-debuginfo = { version = "7.1.1", path = "../debuginfo" }
symbolic-common = { version = "7.2.0", path = "../common" }
symbolic-debuginfo = { version = "7.2.0", path = "../debuginfo" }

[dev-dependencies]
insta = "0.8.1"
Expand Down
2 changes: 1 addition & 1 deletion unreal/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolic-unreal"
version = "7.1.1"
version = "7.2.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down

0 comments on commit f000699

Please sign in to comment.