From 48b437e0b66490e69b2871aa34ec962dd2b2d533 Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Wed, 24 Jul 2024 05:04:43 +0000 Subject: [PATCH] chore: Bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }