From ccaddb94091e0fe7f206524f6b2e66d9513f0def Mon Sep 17 00:00:00 2001 From: Andrey Fedotov Date: Mon, 9 Oct 2023 21:24:56 +0300 Subject: [PATCH] Release v2.9.0 --- Cargo.toml | 2 +- casr/Cargo.toml | 4 ++-- libcasr/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 044bf425..352a132a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "2.8.1" +version = "2.9.0" authors = ["Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov ", "Ilya Yegorov "] [workspace] diff --git a/casr/Cargo.toml b/casr/Cargo.toml index bf5898ee..4213e775 100644 --- a/casr/Cargo.toml +++ b/casr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "casr" authors = ["Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov ", "Ilya Yegorov "] -version = "2.8.1" +version = "2.9.0" description = "Collect crash reports, triage, and estimate severity." keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] readme = "../README.md" @@ -38,7 +38,7 @@ toml = { version = "0.7", optional = true } wait-timeout = "0.2" which = "4.4" -libcasr = { path = "../libcasr", version = "2.8.1", features = ["serde", "exploitable"] } +libcasr = { path = "../libcasr", version = "2.9.0", features = ["serde", "exploitable"] } [features] dojo = ["dep:reqwest", "dep:tokio", "dep:toml"] diff --git a/libcasr/Cargo.toml b/libcasr/Cargo.toml index 979c4f13..af5d33d0 100644 --- a/libcasr/Cargo.toml +++ b/libcasr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libcasr" authors = ["Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov ", "Ilya Yegorov "] -version = "2.8.1" +version = "2.9.0" description = "Collect crash reports, triage, and estimate severity." keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] readme = "../README.md"