From 2b40b0849c5f79888db5342a56f5c77507cc9ff4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 26 Jan 2024 02:01:37 -0800 Subject: [PATCH] Release 0.3.15 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c23b84..d6f9f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inventory" -version = "0.3.14" +version = "0.3.15" 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 849585b..de4cdef 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.14")] +#![doc(html_root_url = "https://docs.rs/inventory/0.3.15")] #![no_std] #![deny(unsafe_op_in_unsafe_fn)] #![allow(