Skip to content

Commit b0b2f22

Browse files
authored
Prepare v0.3.6 release (#112)
1 parent 97d1d3e commit b0b2f22

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

async-stream-impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-stream-impl"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
rust-version = "1.65"
66
license = "MIT"

async-stream/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.6
2+
3+
* Fix soundness bugs (#109)
4+
* Bump MSRV to 1.65 (#109)
5+
16
# 0.3.5
27

38
* Update to syn 2.0 (#93)

async-stream/Cargo.toml

+2-2
Original file line numberDiff line numberDiff 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.5"
6+
version = "0.3.6"
77
edition = "2021"
88
rust-version = "1.65"
99
license = "MIT"
@@ -12,7 +12,7 @@ description = "Asynchronous streams using async & await notation"
1212
repository = "https://github.com/tokio-rs/async-stream"
1313

1414
[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" }
1616
futures-core = "0.3"
1717
pin-project-lite = "0.2"
1818

0 commit comments

Comments
 (0)