Skip to content

Commit

Permalink
RELEASE: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev committed Jan 4, 2024
1 parent abe7ab4 commit 33b0553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bigerror"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "handle big errors ¯\\_(ツ)_/¯"
license = "MIT"
Expand All @@ -18,5 +18,5 @@ hooks = ["error-stack/hooks"]

[dependencies]
error-stack = "0.4.1"
thiserror = "1.0"
thiserror = "1"
tracing = "0.1"

0 comments on commit 33b0553

Please sign in to comment.