From f0136520a18b7f43d485b929a09b9d041ad8f2c6 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 6 Jan 2023 14:47:23 -0800 Subject: [PATCH] Release 0.1.61 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ade30d0..ef930f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.60" +version = "0.1.61" authors = ["David Tolnay "] categories = ["asynchronous", "no-std"] description = "Type erasure for async trait methods"