Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 15, 2019
1 parent f0f78e9 commit 31b0974
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.3"
version = "0.1.4"
authors = ["David Tolnay <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Typed distributed plugin registration"
Expand All @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
ctor = "0.1"
ghost = "0.1"
inventory-impl = { version = "=0.1.3", path = "impl" }
inventory-impl = { version = "=0.1.4", path = "impl" }

[workspace]
members = ["impl"]
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.3"
version = "0.1.4"
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 31b0974

Please sign in to comment.