Skip to content

Commit

Permalink
Update thiserror dependency from 1.x to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1nku committed Dec 10, 2024
1 parent d062e2d commit 1f880b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.6.1

* Additional documentation
* Update thiserror from 1.x to 2.x

# v0.6.0

* Breaking changes to error handling. More consistent and clearer error messages.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.6.0"
version = "0.6.1"

[workspace.dependencies]
solrstice = { path = "framework" }
Expand All @@ -17,7 +17,7 @@ serde_json = "1"
serde = "1"
reqwest = { version = "0.12", default-features = false }
async-trait = "0.1"
thiserror = "1"
thiserror = "2"
zookeeper-async = "5"
fastrand = "2"
log = "0.4"
Expand Down

0 comments on commit 1f880b9

Please sign in to comment.