Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 24, 2018
1 parent ddedf09 commit 1a28fb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.0"
version = "0.1.0"
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.0", path = "impl" }
inventory-impl = { version = "0.1", path = "impl" }

[workspace]
members = ["impl"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ need to be a central list of all the plugins.

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

*Supports rustc 1.31+*
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.0.0"
version = "0.1.0"
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Implementation of macros for the `inventory` crate"
Expand Down

0 comments on commit 1a28fb3

Please sign in to comment.