From 034d8db0b851a3e401b3a374ee57fe4492283a74 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 20 Dec 2023 15:54:47 -0800 Subject: [PATCH] Release 0.1.75 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0e3762..d181809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.74" +version = "0.1.75" 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 435d508..37d0869 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.74")] +#![doc(html_root_url = "https://docs.rs/async-trait/0.1.75")] #![allow( clippy::default_trait_access, clippy::doc_markdown,