From 44d758d558c62bf08bfdef49159f30fe37a8c101 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 17 Dec 2022 11:27:19 -0800 Subject: [PATCH] Release 1.0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bbd510c..179c506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paste" -version = "1.0.10" +version = "1.0.11" authors = ["David Tolnay "] categories = ["development-tools", "no-std"] description = "Macros for all your token pasting needs"