From f07c8568702978c72d0c282f719a4649065ac517 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 11 Aug 2023 20:24:28 -0700 Subject: [PATCH] Release 0.1.73 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 086d19d..3c8f287 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.72" +version = "0.1.73" 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 b921b9d..e35dd03 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -303,7 +303,7 @@ //! let object = &value as &dyn ObjectSafe; //! ``` -#![doc(html_root_url = "https://docs.rs/async-trait/0.1.72")] +#![doc(html_root_url = "https://docs.rs/async-trait/0.1.73")] #![allow( clippy::default_trait_access, clippy::doc_markdown,