From 4be568a011347cf333c4be89985f39f13a76bb7e Mon Sep 17 00:00:00 2001 From: Andrey Fedotov Date: Wed, 14 Aug 2024 16:48:30 +0300 Subject: [PATCH] Release v2.12.1 --- 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 0f84b773..25247b2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "2.12.0" +version = "2.12.1" authors = ["Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov ", "Ilya Yegorov ", "Darya Parygina "] # Config for 'cargo dist' diff --git a/casr/Cargo.toml b/casr/Cargo.toml index b93b9702..e3e3fdd9 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.12.0" +version = "2.12.1" description = "Collect crash reports, triage, and estimate severity." keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] readme = "../README.md" @@ -39,7 +39,7 @@ wait-timeout = "0.2" which = "6.0" copy_dir = "0.1" -libcasr = { path = "../libcasr", version = "2.12.0", features = ["serde", "exploitable"] } +libcasr = { path = "../libcasr", version = "2.12.1", features = ["serde", "exploitable"] } [features] dojo = ["dep:reqwest", "dep:tokio", "dep:toml"] diff --git a/libcasr/Cargo.toml b/libcasr/Cargo.toml index 494a8677..c83af7d4 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 ", "Darya Parygina "] -version = "2.12.0" +version = "2.12.1" description = "Collect crash reports, triage, and estimate severity." keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] readme = "../README.md"