Skip to content

Commit

Permalink
release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Mar 15, 2020
1 parent 9d81125 commit 78a00f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions jhira/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "jhira"
version = "0.1.5"
version = "0.1.6"
authors = ["Shane Osbourne <shane.osbourne8@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jhira_core = { path = "../jhira_core", version = "0.1.5" }
jhira_core = { path = "../jhira_core", version = "0.1.6" }
tokio = { version = "0.2.13", features = ["full"] }
failure = "0.1.6"
futures = "0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion jhira_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jhira_core"
version = "0.1.5"
version = "0.1.6"
authors = ["Shane Osbourne <shane.osbourne8@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 78a00f2

Please sign in to comment.