diff --git a/Cargo.toml b/Cargo.toml index 0933d68..c48b0ac 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.3" +version = "1.0.4" license = "MIT OR Apache-2.0" repository = "https://github.com/sunshowers-code/debug-ignore" documentation = "https://docs.rs/debug-ignore"