Skip to content

Commit 459ba09

Browse files
committed
Release v2.8.1
1 parent 815d743 commit 459ba09

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.8.0"
2+
version = "2.8.1"
33
authors = ["Andrey Fedotov <fedotoff@ispras.ru>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>"]
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 <fedotoff@ispras.ru>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>"]
4-
version = "2.8.0"
4+
version = "2.8.1"
55
description = "Collect crash reports, triage, and estimate severity."
66
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
77
readme = "../README.md"
@@ -36,7 +36,7 @@ toml = { version = "0.7", optional = true }
3636
wait-timeout = "0.2"
3737
which = "4.4"
3838

39-
libcasr = { path = "../libcasr", version = "2.8.0", features = ["serde", "exploitable"] }
39+
libcasr = { path = "../libcasr", version = "2.8.1", features = ["serde", "exploitable"] }
4040

4141
[features]
4242
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 <fedotoff@ispras.ru>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>"]
4-
version = "2.8.0"
4+
version = "2.8.1"
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)