Skip to content

Commit

Permalink
release: 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer committed Jul 30, 2018
1 parent 485174d commit 3fd2d47
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -38,13 +38,13 @@ with_serde_debuginfo = ["symbolic-debuginfo/with_serde"]
with_serde_minidump = ["symbolic-minidump/with_serde"]

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

[dev-dependencies]
clap = "2.31.2"
Expand Down
4 changes: 2 additions & 2 deletions cabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-cabi"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -28,4 +28,4 @@ lto = true
uuid = "0.6.3"
failure = "0.1.1"
failure_derive = "0.1.1"
symbolic = { version = "5.0.2", path = "..", features = ["debuginfo", "demangle", "minidump", "proguard", "sourcemap", "symcache"] }
symbolic = { version = "5.1.0", path = "..", features = ["debuginfo", "demangle", "minidump", "proguard", "sourcemap", "symcache"] }
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-common"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down
4 changes: 2 additions & 2 deletions debuginfo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-debuginfo"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -20,7 +20,7 @@ lazy_static = "1.0.0"
regex = "1.0.0"
serde = { version = "1.0.50", optional = true }
serde_plain = { version = "0.3.0", optional = true }
symbolic-common = { path = "../common", version = "5.0.2", features = ["with_objects", "with_dwarf"] }
symbolic-common = { path = "../common", version = "5.1.0", features = ["with_objects", "with_dwarf"] }
uuid = "0.6.3"
failure = "0.1.1"
failure_derive = "0.1.1"
Expand Down
4 changes: 2 additions & 2 deletions demangle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-demangle"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
[dependencies]
cpp_demangle = "0.2.7"
rustc-demangle = "0.1.8"
symbolic-common = { version = "5.0.2", path = "../common" }
symbolic-common = { version = "5.1.0", path = "../common" }

[build-dependencies]
cc = "1.0.15"
8 changes: 4 additions & 4 deletions minidump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-minidump"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -22,15 +22,15 @@ lazy_static = "1.0.0"
regex = "1.0.0"
serde = { version = "1.0.50", optional = true }
serde_plain = { version = "0.3.0", optional = true }
symbolic-common = { version = "5.0.2", path = "../common" }
symbolic-debuginfo = { version = "5.0.2", path = "../debuginfo" }
symbolic-common = { version = "5.1.0", path = "../common" }
symbolic-debuginfo = { version = "5.1.0", path = "../debuginfo" }
uuid = "0.6.3"

[build-dependencies]
cc = { version = "1.0.15", features = ["parallel"] }

[dev-dependencies]
symbolic-testutils = { version = "5.0.2", path = "../testutils" }
symbolic-testutils = { version = "5.1.0", path = "../testutils" }

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions proguard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-proguard"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -16,5 +16,5 @@ optimized applications.

[dependencies]
proguard = "1.1.0"
symbolic-common = { version = "5.0.2", path = "../common" }
symbolic-common = { version = "5.1.0", path = "../common" }
uuid = "0.6.3"
4 changes: 2 additions & 2 deletions sourcemap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-sourcemap"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -17,4 +17,4 @@ source code or stack traces.
[dependencies]
failure = "0.1.1"
sourcemap = "2.2.0"
symbolic-common = { version = "5.0.2", path = "../common", features = ["with_sourcemaps"] }
symbolic-common = { version = "5.1.0", path = "../common", features = ["with_sourcemaps"] }
10 changes: 5 additions & 5 deletions symcache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-symcache"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -25,10 +25,10 @@ if_chain = "0.1.2"
lru-cache = "0.1.1"
matches = "0.1.6"
num = "0.1.42"
symbolic-common = { version = "5.0.2", path = "../common", features = ["with_dwarf", "with_objects"] }
symbolic-debuginfo = { version = "5.0.2", path = "../debuginfo" }
symbolic-demangle = { version = "5.0.2", path = "../demangle" }
symbolic-common = { version = "5.1.0", path = "../common", features = ["with_dwarf", "with_objects"] }
symbolic-debuginfo = { version = "5.1.0", path = "../debuginfo" }
symbolic-demangle = { version = "5.1.0", path = "../demangle" }
uuid = { version = "0.6.3", features = ["serde"] }

[dev-dependencies]
symbolic-testutils = { version = "5.0.2", path = "../testutils" }
symbolic-testutils = { version = "5.1.0", path = "../testutils" }
2 changes: 1 addition & 1 deletion testutils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-testutils"
version = "5.0.2"
version = "5.1.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down

0 comments on commit 3fd2d47

Please sign in to comment.