Skip to content

Commit 5e915d4

Browse files
committed
Release 0.3.20
1 parent 3dfe2be commit 5e915d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "inventory"
3-
version = "0.3.19"
3+
version = "0.3.20"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools::build-utils", "development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"]
66
description = "Typed distributed plugin registration"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
//! }
148148
//! ```
149149
150-
#![doc(html_root_url = "https://docs.rs/inventory/0.3.19")]
150+
#![doc(html_root_url = "https://docs.rs/inventory/0.3.20")]
151151
#![no_std]
152152
#![deny(unsafe_op_in_unsafe_fn)]
153153
#![allow(

0 commit comments

Comments
 (0)