Skip to content

Commit 4be568a

Browse files
committed
Release v2.12.1
1 parent 82a961d commit 4be568a

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.12.0"
2+
version = "2.12.1"
33
authors = ["Andrey Fedotov <splashgitar@gmail.com>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>", "Darya Parygina <pa_darochek@ispras.ru>"]
44

55
# Config for 'cargo dist'

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 <splashgitar@gmail.com>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>"]
4-
version = "2.12.0"
4+
version = "2.12.1"
55
description = "Collect crash reports, triage, and estimate severity."
66
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
77
readme = "../README.md"
@@ -39,7 +39,7 @@ wait-timeout = "0.2"
3939
which = "6.0"
4040
copy_dir = "0.1"
4141

42-
libcasr = { path = "../libcasr", version = "2.12.0", features = ["serde", "exploitable"] }
42+
libcasr = { path = "../libcasr", version = "2.12.1", features = ["serde", "exploitable"] }
4343

4444
[features]
4545
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 <splashgitar@gmail.com>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>", "Darya Parygina <pa_darochek@ispras.ru>"]
4-
version = "2.12.0"
4+
version = "2.12.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)