Skip to content

Commit a636244

Browse files
committed
Release v2.7.0
1 parent 75297c1 commit a636244

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "2.6.0"
2+
version = "2.7.0"
33
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>"]
44

55
[workspace]

casr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "casr"
33
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>", "Ilya Yegorov <[email protected]>"]
4-
version = "2.6.0"
4+
version = "2.7.0"
55
description = "Collect crash reports, triage, and estimate severity."
66
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
77
readme = "../README.md"
@@ -35,7 +35,7 @@ tokio = { version = "1", features = ["rt", "macros"], optional = true }
3535
toml = { version = "0.7", optional = true }
3636
wait-timeout = "0.2"
3737

38-
libcasr = { path = "../libcasr", version = "2.6.0", features = ["serde", "exploitable"] }
38+
libcasr = { path = "../libcasr", version = "2.7.0", features = ["serde", "exploitable"] }
3939

4040
[features]
4141
dojo = ["dep:reqwest", "dep:tokio", "dep:toml"]

libcasr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "libcasr"
33
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>"]
4-
version = "2.6.0"
4+
version = "2.7.0"
55
description = "Collect crash reports, triage, and estimate severity."
66
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
77
readme = "../README.md"

0 commit comments

Comments
 (0)