Skip to content

Commit

Permalink
Release v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Jul 19, 2023
1 parent 75297c1 commit a636244
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.6.0"
version = "2.7.0"
authors = ["Andrey Fedotov <[email protected]>", "Alexey Vishnyakov <[email protected]>", "Georgy Savidov <[email protected]>"]

[workspace]
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.6.0"
version = "2.7.0"
description = "Collect crash reports, triage, and estimate severity."
keywords = ["gdb", "crash", "stacktrace", "triage", "coredump"]
readme = "../README.md"
Expand Down Expand Up @@ -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"]
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]>"]
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"
Expand Down

0 comments on commit a636244

Please sign in to comment.