From 6a13fce88235ebd11c0c67f419a3153dcd349eb9 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 30 Jan 2023 13:04:55 -0800 Subject: [PATCH] Release 0.1.64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3a6638..2dd4171 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.63" +version = "0.1.64" authors = ["David Tolnay "] categories = ["asynchronous", "no-std"] description = "Type erasure for async trait methods"