diff --git a/Cargo.toml b/Cargo.toml index 0543f14..6a34bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-trait" -version = "0.1.79" +version = "0.1.80" 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 1b3a545..cc8b628 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.79")] +#![doc(html_root_url = "https://docs.rs/async-trait/0.1.80")] #![allow( clippy::default_trait_access, clippy::doc_markdown,