Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 8, 2020
1 parent 1d8e6e9 commit d9bcf7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inventory"
version = "0.1.5"
version = "0.1.6"
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Typed distributed plugin registration"
Expand All @@ -15,7 +15,7 @@ travis-ci = { repository = "dtolnay/inventory" }
[dependencies]
ctor = "0.1"
ghost = "0.1.1"
inventory-impl = { version = "=0.1.5", path = "impl" }
inventory-impl = { version = "=0.1.6", path = "impl" }

[workspace]
members = ["impl"]
Expand Down
2 changes: 1 addition & 1 deletion impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inventory-impl"
version = "0.1.5"
version = "0.1.6"
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Implementation of macros for the `inventory` crate"
Expand Down

0 comments on commit d9bcf7a

Please sign in to comment.