Skip to content

Commit

Permalink
Release 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 26, 2024
1 parent 7492bc8 commit 2b40b08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inventory"
version = "0.3.14"
version = "0.3.15"
authors = ["David Tolnay <[email protected]>"]
categories = ["development-tools::build-utils", "development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"]
description = "Typed distributed plugin registration"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2b40b08

Please sign in to comment.