File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " async-stream-impl"
3- version = " 0.3.4 "
3+ version = " 0.3.5 "
44edition = " 2018"
55rust-version = " 1.56"
66license = " MIT"
Original file line number Diff line number Diff line change 1+ # 0.3.5
2+
3+ * Update to syn 2.0 (#93 )
4+ * Bump MSRV to 1.56 (#97 )
5+
16# 0.3.4
27
38* Improve support for ` #[track_caller] ` (#72 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-stream"
33# When releasing to crates.io:
44# - Update CHANGELOG.md
55# - Create git tag
6- version = " 0.3.4 "
6+ version = " 0.3.5 "
77edition = " 2018"
88rust-version = " 1.56"
99license = " MIT"
@@ -12,7 +12,7 @@ description = "Asynchronous streams using async & await notation"
1212repository = " https://github.com/tokio-rs/async-stream"
1313
1414[dependencies ]
15- async-stream-impl = { version = " =0.3.4 " , path = " ../async-stream-impl" }
15+ async-stream-impl = { version = " =0.3.5 " , path = " ../async-stream-impl" }
1616futures-core = " 0.3"
1717pin-project-lite = " 0.2"
1818
You can’t perform that action at this time.
0 commit comments