From 47a911cefdba591b75fba4a3c8e208558d11ebfd Mon Sep 17 00:00:00 2001 From: Rain Date: Sat, 7 Jan 2023 15:40:56 -0800 Subject: [PATCH] [debug-ignore] version 1.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c48b0ac..3fd0e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "debug-ignore" description = "A newtype wrapper that causes a field to be skipped while printing out Debug output." -version = "1.0.4" +version = "1.0.5" license = "MIT OR Apache-2.0" repository = "https://github.com/sunshowers-code/debug-ignore" documentation = "https://docs.rs/debug-ignore"