Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 10, 2021
1 parent 7d81709 commit 71b6c1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.11" # remember to update html_root_url
version = "0.2.0" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Typed distributed plugin registration"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ need to be a central list of all the plugins.

```toml
[dependencies]
inventory = "0.1"
inventory = "0.2"
```

*Supports rustc 1.37+*
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.1.11")]
#![doc(html_root_url = "https://docs.rs/inventory/0.2.0")]
#![no_std]
#![allow(
clippy::doc_markdown,
Expand Down

0 comments on commit 71b6c1f

Please sign in to comment.