Skip to content

Commit

Permalink
Release v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Aug 14, 2024
1 parent 82a961d commit 4be568a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "2.12.0"
version = "2.12.1"
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>", "Ilya Yegorov <[email protected]>", "Darya Parygina <[email protected]>"]

# Config for 'cargo dist'
Expand Down
4 changes: 2 additions & 2 deletions casr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "casr"
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>", "Ilya Yegorov <[email protected]>"]
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"
Expand Down Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion libcasr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "libcasr"
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>", "Ilya Yegorov <[email protected]>", "Darya Parygina <[email protected]>"]
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"
Expand Down

0 comments on commit 4be568a

Please sign in to comment.