From 8c66b98bca6ed0a2990903fe8e0ea72def5c7be8 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 21 Aug 2022 14:19:07 +0200 Subject: refactor!: change errors to be more sane BREAKING CHANGE: Major improvements have been made to error types and the error_stack crate is no longer used --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d49ab8c..b3b830b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,10 @@ required-features = ["factory"] syrette_macros = { path = "./macros", version = "0.2.1" } linkme = "0.3.0" once_cell = "1.4" -error-stack = "0.1.1" ahash = "0.7.6" +thiserror = "1.0.32" +strum = "0.24.1" +strum_macros = "0.24.3" [dev_dependencies] mockall = "0.11.1" -- cgit v1.2.3-18-g5258