From c1fba00e2ec717d22272d0922c6062e25181bff8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 29 Nov 2022 00:12:01 -0800 Subject: [PATCH] Release 0.1.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2a796e..090eef9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.58" +version = "0.1.59" authors = ["David Tolnay "] categories = ["asynchronous", "no-std"] description = "Type erasure for async trait methods"