From e528e119ce462704053d7b590afbecb64723a2fb Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 21 Jul 2023 20:15:35 -0700 Subject: [PATCH] Release 0.3.10 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4581735..733bd64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inventory" -version = "0.3.9" # remember to update html_root_url +version = "0.3.10" # 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 ab14180..e829145 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.9")] +#![doc(html_root_url = "https://docs.rs/inventory/0.3.10")] #![no_std] #![allow( clippy::doc_markdown,