Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 31, 2019
1 parent a8628b6 commit 3f66534
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.2"
version = "0.1.3"
authors = ["David Tolnay <[email protected]>"]
license = "MIT/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.2", path = "impl" }
inventory-impl = { version = "=0.1.3", 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.2"
version = "0.1.3"
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Implementation of macros for the `inventory` crate"
Expand Down

0 comments on commit 3f66534

Please sign in to comment.