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