diff --git a/Cargo.toml b/Cargo.toml index 5ff7ed7..22265ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paste" -version = "0.1.2" +version = "0.1.3" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Macros for all your token pasting needs" diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 4198e67..3c819f6 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paste-impl" -version = "0.1.2" +version = "0.1.3" authors = ["David Tolnay "] license = "MIT/Apache-2.0" description = "Implementation detail of the `paste` crate"