From f8ce3fb3099250312bcbda0dee70314ae9bc4216 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 4 Jul 2023 10:25:57 -0700 Subject: [PATCH] Release 0.1.70 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3250fcc..44be508 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.69" +version = "0.1.70" 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 a10fe91..b2b77fc 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.69")] +#![doc(html_root_url = "https://docs.rs/async-trait/0.1.70")] #![allow( clippy::default_trait_access, clippy::doc_markdown,