diff --git a/Cargo.toml b/Cargo.toml index e2dea17..f11ffd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "derive-syn-parse" -version = "0.1.2" +version = "0.1.3" authors = ["sharnoff "] license = "MIT OR Apache-2.0" description = "Derive macro for `syn::parse::Parse`"