diff --git a/Cargo.toml b/Cargo.toml index 733bd64..78b453a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inventory" -version = "0.3.10" # remember to update html_root_url +version = "0.3.11" # remember to update html_root_url authors = ["David Tolnay "] categories = ["development-tools::build-utils", "development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"] description = "Typed distributed plugin registration" diff --git a/src/lib.rs b/src/lib.rs index ef0b37f..ce75622 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -102,7 +102,7 @@ //! There is no guarantee about the order that plugins of the same type are //! visited by the iterator. They may be visited in any order. -#![doc(html_root_url = "https://docs.rs/inventory/0.3.10")] +#![doc(html_root_url = "https://docs.rs/inventory/0.3.11")] #![no_std] #![allow( clippy::doc_markdown,