From c73061d1b2264c37b09e1a84242c4471d8a54e32 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 16 Mar 2024 16:56:00 -0700 Subject: [PATCH] Release 0.1.78 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1a0339..17748c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.77" +version = "0.1.78" authors = ["David Tolnay "] categories = ["asynchronous", "no-std"] description = "Type erasure for async trait methods" diff --git a/src/lib.rs b/src/lib.rs index 7a48574..f537626 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -316,7 +316,7 @@ //! let object = &value as &dyn ObjectSafe; //! ``` -#![doc(html_root_url = "https://docs.rs/async-trait/0.1.77")] +#![doc(html_root_url = "https://docs.rs/async-trait/0.1.78")] #![allow( clippy::default_trait_access, clippy::doc_markdown,