diff --git a/Cargo.toml b/Cargo.toml index 057ec22..e530001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bigerror" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "handle big errors ¯\\_(ツ)_/¯" license = "MIT" @@ -18,5 +18,5 @@ hooks = ["error-stack/hooks"] [dependencies] error-stack = "0.4.1" -thiserror = "1.0" +thiserror = "1" tracing = "0.1"