From d71c74de7b445060462c40f223f10cbe270c5250 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 19 Jan 2023 21:25:32 -0800 Subject: [PATCH] Release 0.1.62 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef930f3..54a3628 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.61" +version = "0.1.62" authors = ["David Tolnay "] categories = ["asynchronous", "no-std"] description = "Type erasure for async trait methods"