File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2018"
5
5
license = " MIT"
6
6
authors = [" Carl Lerche <me@carllerche.com>" ]
7
7
description = " proc macros for async-stream crate"
8
- documentation = " https://docs.rs/async-stream-impl/0.3.0/async-stream-impl "
8
+ documentation = " https://docs.rs/async-stream-impl/0.3.0/async_stream_impl "
9
9
homepage = " https://github.com/tokio-rs/async-stream"
10
10
repository = " https://github.com/tokio-rs/async-stream"
11
11
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ edition = "2018"
14
14
license = " MIT"
15
15
authors = [" Carl Lerche <me@carllerche.com>" ]
16
16
description = " Asynchronous streams using async & await notation"
17
- documentation = " https://docs.rs/async-stream/0.3.0/async-stream "
17
+ documentation = " https://docs.rs/async-stream/0.3.0/async_stream "
18
18
homepage = " https://github.com/tokio-rs/async-stream"
19
19
repository = " https://github.com/tokio-rs/async-stream"
20
20
readme = " README.md"
You can’t perform that action at this time.
0 commit comments