diff --git a/Cargo.toml b/Cargo.toml index cf68549..1ac9ef1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inherent" -version = "1.0.3" +version = "1.0.4" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std"] description = "Make trait methods callable without the trait in scope"