Skip to content

Commit b17ea47

Browse files
committed
Depend on crates version of omnistreams
1 parent 8fe39cf commit b17ea47

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ authors = ["Anders Pitman <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
omnistreams = { path = "../omnistreams/omnistreams-rs" }
8+
#omnistreams = { path = "../omnistreams/omnistreams-rs" }
9+
omnistreams = "0.1"
910
futures = "0.1"
1011
warp = { version = "0.1", features = ["tls"] }
1112
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)