File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-stream-impl"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
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.1.0 /async-stream-impl"
8
+ documentation = " https://docs.rs/async-stream-impl/0.2.1 /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 @@ -9,18 +9,18 @@ name = "async-stream"
9
9
# - Cargo.toml
10
10
# - README.md
11
11
# - Create git tag
12
- version = " 0.2.0 "
12
+ version = " 0.2.1 "
13
13
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.2.0 /async-stream"
17
+ documentation = " https://docs.rs/async-stream/0.2.1 /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"
21
21
22
22
[dependencies ]
23
- async-stream-impl = { version = " 0.2.0 " , path = " ../async-stream-impl" }
23
+ async-stream-impl = { version = " 0.2.1 " , path = " ../async-stream-impl" }
24
24
futures-core = " 0.3"
25
25
26
26
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/async-stream/0.2.0 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/async-stream/0.2.1 " ) ]
2
2
#![ warn(
3
3
missing_debug_implementations,
4
4
missing_docs,
You can’t perform that action at this time.
0 commit comments