Skip to content

Commit

Permalink
🔖 Upgrade to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0ncorhynchus committed Sep 28, 2019
1 parent c3a8987 commit e9893ad
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 = "entrance"
version = "0.1.0"
version = "0.2.0"
authors = ["Suguru Kato <salmon.bioinformatics@gmail.com>"]
edition = "2018"

Expand All @@ -20,7 +20,7 @@ failure = "0.1.5"
[dependencies.entrance_derive]
optional = true
path = "./entrance_derive"
version = "0.1"
version = "0.2"

[workspace]
members = [".", "entrance_derive"]
Expand Down
2 changes: 1 addition & 1 deletion entrance_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entrance_derive"
version = "0.1.0"
version = "0.2.0"
authors = ["Suguru Kato <salmon.bioinformatics@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit e9893ad

Please sign in to comment.