Skip to content

Commit

Permalink
Release v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Jan 25, 2024
1 parent e49cd65 commit 74623d5
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.10.0"
version = "2.10.1"
authors = ["Andrey Fedotov <splashgitar@gmail.com>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>", "Darya Parygina <pa_darochek@ispras.ru>"]

# 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 <splashgitar@gmail.com>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>"]
version = "2.10.0"
version = "2.10.1"
description = "Collect crash reports, triage, and estimate severity."
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
readme = "../README.md"
Expand Down Expand Up @@ -38,7 +38,7 @@ toml = { version = "0.7", optional = true }
wait-timeout = "0.2"
which = "4.4"

libcasr = { path = "../libcasr", version = "2.10.0", features = ["serde", "exploitable"] }
libcasr = { path = "../libcasr", version = "2.10.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 <splashgitar@gmail.com>", "Alexey Vishnyakov <pmvishnya@gmail.com>", "Georgy Savidov <avgor46@ispras.ru>", "Ilya Yegorov <Yegorov_Ilya@ispras.ru>", "Darya Parygina <pa_darochek@ispras.ru>"]
version = "2.10.0"
version = "2.10.1"
description = "Collect crash reports, triage, and estimate severity."
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
readme = "../README.md"
Expand Down

0 comments on commit 74623d5

Please sign in to comment.