Skip to content

Commit 0733e60

Browse files
committed
switch async-stream-impl dependency to crates.io
1 parent a33f616 commit 0733e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repository = "https://github.com/tokio-rs/async-stream"
2020
readme = "README.md"
2121

2222
[dependencies]
23-
async-stream-impl = { path = "../async-stream-impl" }
23+
async-stream-impl = { version = "0.1.0" }
2424
futures-core-preview = "=0.3.0-alpha.17"
2525
proc-macro-hack = "0.5.8"
2626

0 commit comments

Comments
 (0)