Skip to content

Commit eec547d

Browse files
committed
v0.3.0
1 parent b497667 commit eec547d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.0 (December 23, 2020)
2+
3+
* Update to Tokio v1 and Bytes v1.
4+
* Disable `tracing`'s `log` feature. (It can still be enabled by a user in their own `Cargo.toml`.)
5+
16
# 0.2.7 (October 22, 2020)
27

38
* Fix stream ref count when sending a push promise

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ categories = ["asynchronous", "web-programming", "network-programming"]
2020
exclude = ["fixtures/**", "ci/**"]
2121
edition = "2018"
2222

23-
publish = false
24-
2523
[features]
2624
# Enables `futures::Stream` implementations for various types.
2725
stream = []

0 commit comments

Comments
 (0)