File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-stream-impl"
3
- version = " 0.3.5 "
3
+ version = " 0.3.6 "
4
4
edition = " 2021"
5
5
rust-version = " 1.65"
6
6
license = " MIT"
Original file line number Diff line number Diff line change
1
+ # 0.3.6
2
+
3
+ * Fix soundness bugs (#109 )
4
+ * Bump MSRV to 1.65 (#109 )
5
+
1
6
# 0.3.5
2
7
3
8
* Update to syn 2.0 (#93 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "async-stream"
3
3
# When releasing to crates.io:
4
4
# - Update CHANGELOG.md
5
5
# - Create git tag
6
- version = " 0.3.5 "
6
+ version = " 0.3.6 "
7
7
edition = " 2021"
8
8
rust-version = " 1.65"
9
9
license = " MIT"
@@ -12,7 +12,7 @@ description = "Asynchronous streams using async & await notation"
12
12
repository = " https://github.com/tokio-rs/async-stream"
13
13
14
14
[dependencies ]
15
- async-stream-impl = { version = " =0.3.5 " , path = " ../async-stream-impl" }
15
+ async-stream-impl = { version = " =0.3.6 " , path = " ../async-stream-impl" }
16
16
futures-core = " 0.3"
17
17
pin-project-lite = " 0.2"
18
18
You can’t perform that action at this time.
0 commit comments