diff --git a/Cargo.toml b/Cargo.toml index 09d4f292..654e6cbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "2.6.0" +version = "2.7.0" authors = ["Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov "] [workspace] diff --git a/casr/Cargo.toml b/casr/Cargo.toml index 3694ccd8..34afe90b 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.6.0" +version = "2.7.0" description = "Collect crash reports, triage, and estimate severity." keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] readme = "../README.md" @@ -35,7 +35,7 @@ tokio = { version = "1", features = ["rt", "macros"], optional = true } toml = { version = "0.7", optional = true } wait-timeout = "0.2" -libcasr = { path = "../libcasr", version = "2.6.0", features = ["serde", "exploitable"] } +libcasr = { path = "../libcasr", version = "2.7.0", features = ["serde", "exploitable"] } [features] dojo = ["dep:reqwest", "dep:tokio", "dep:toml"] diff --git a/libcasr/Cargo.toml b/libcasr/Cargo.toml index e2252188..0c7c8d7c 100644 --- a/libcasr/Cargo.toml +++ b/libcasr/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libcasr" authors = ["Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov "] -version = "2.6.0" +version = "2.7.0" description = "Collect crash reports, triage, and estimate severity." keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"] readme = "../README.md"