Skip to content

Commit

Permalink
Depend on crates version of omnistreams
Browse files Browse the repository at this point in the history
  • Loading branch information
anderspitman committed Jun 11, 2019
1 parent 8fe39cf commit b17ea47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ authors = ["Anders Pitman <tapitman11@gmail.com>"]
edition = "2018"

[dependencies]
omnistreams = { path = "../omnistreams/omnistreams-rs" }
#omnistreams = { path = "../omnistreams/omnistreams-rs" }
omnistreams = "0.1"
futures = "0.1"
warp = { version = "0.1", features = ["tls"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit b17ea47

Please sign in to comment.