Skip to content

Commit 48ee3ff

Browse files
committed
Release v2.12.0
1 parent 1d29125 commit 48ee3ff

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.11.1"
2+
version = "2.12.0"
33
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>", "Ilya Yegorov <[email protected]>", "Darya Parygina <[email protected]>"]
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 <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>", "Ilya Yegorov <[email protected]>"]
4-
version = "2.11.1"
4+
version = "2.12.0"
55
description = "Collect crash reports, triage, and estimate severity."
66
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
77
readme = "../README.md"
@@ -38,7 +38,7 @@ toml = { version = "0.8", optional = true }
3838
wait-timeout = "0.2"
3939
which = "6.0"
4040

41-
libcasr = { path = "../libcasr", version = "2.11.1", features = ["serde", "exploitable"] }
41+
libcasr = { path = "../libcasr", version = "2.12.0", features = ["serde", "exploitable"] }
4242

4343
[features]
4444
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]>", "Ilya Yegorov <[email protected]>", "Darya Parygina <[email protected]>"]
4-
version = "2.11.1"
4+
version = "2.12.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)