diff --git a/Cargo.toml b/Cargo.toml index 5c85b48..91e265c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/error_set" repository = "https://github.com/mcmah309/error_set" [dependencies] -error_set_impl = { version = "=0.4.1", path = "impl" } +error_set_impl = { version = "=0.4.2", path = "impl" } # features tracing = { version = "0.1", optional = true }