From 5e915d4d197432b73375ad21e08a1ee8275d8309 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 3 Mar 2025 15:40:55 -0800 Subject: [PATCH] Release 0.3.20 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c16723..e9ec2c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inventory" -version = "0.3.19" +version = "0.3.20" 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 6223870..39e3eff 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -147,7 +147,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/inventory/0.3.19")] +#![doc(html_root_url = "https://docs.rs/inventory/0.3.20")] #![no_std] #![deny(unsafe_op_in_unsafe_fn)] #![allow(