From 226521bf233a10e496ee3c6636556a1d57ec36cc Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 17 Dec 2022 10:37:41 -0800 Subject: [PATCH] Release 0.1.60 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 090eef9..ade30d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.59" +version = "0.1.60" authors = ["David Tolnay "] categories = ["asynchronous", "no-std"] description = "Type erasure for async trait methods"