From 265979b07a9af573e1edd3b2a9b179533cfa7a6c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 14 Oct 2023 19:54:35 -0700 Subject: [PATCH] Release 0.1.74 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c8f287..e0e3762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.73" +version = "0.1.74" 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 896f724..435d508 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -304,7 +304,7 @@ //! let object = &value as &dyn ObjectSafe; //! ``` -#![doc(html_root_url = "https://docs.rs/async-trait/0.1.73")] +#![doc(html_root_url = "https://docs.rs/async-trait/0.1.74")] #![allow( clippy::default_trait_access, clippy::doc_markdown,