Skip to content

Commit 0d77d8f

Browse files
committed
Release v2.13.0
1 parent fafe99b commit 0d77d8f

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.1"
2+
version = "2.13.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
[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.12.1"
4+
version = "2.13.0"
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 = "7.0"
4040
copy_dir = "0.1"
4141

42-
libcasr = { path = "../libcasr", version = "2.12.1", features = ["serde", "exploitable"] }
42+
libcasr = { path = "../libcasr", version = "2.13.0", 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 <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>", "Ilya Yegorov <[email protected]>", "Darya Parygina <[email protected]>"]
4-
version = "2.12.1"
4+
version = "2.13.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)