diff --git a/Cargo.toml b/Cargo.toml index a790489..182fe41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paste" -version = "0.1.12" +version = "0.1.13" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" @@ -9,7 +9,7 @@ repository = "https://github.com/dtolnay/paste" readme = "README.md" [dependencies] -paste-impl = { version = "=0.1.12", path = "impl" } +paste-impl = { version = "=0.1.13", path = "impl" } proc-macro-hack = "0.5.9" [dev-dependencies] diff --git a/impl/Cargo.toml b/impl/Cargo.toml index 057e084..7dd800d 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paste-impl" -version = "0.1.12" +version = "0.1.13" authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0"