Skip to content

Commit

Permalink
version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
guscost committed Jan 6, 2019
1 parent 58084b9 commit 4786924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosworth"
version = "0.1.4"
version = "0.1.5"
authors = ["Gus Cost <[email protected]>"]
description = "A tool for making web services"
repository = "https://github.com/guscost/cosworth"
Expand Down
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Gus Cost <[email protected]>"]
[dependencies]
bytes = "0.4.11"
chrono = "0.4.6"
cosworth = { version = "0.1.4", path = '..' }
cosworth = "0.1.5"
diesel = { version = "1.3.3", features = ["extras", "postgres"] }
env_logger = "0.5.13"
futures = "0.1.25"
Expand Down

0 comments on commit 4786924

Please sign in to comment.