Rename unstable-stream feature to stream (#433)

This commit is contained in:
Sean McArthur
2019-12-03 10:38:50 -08:00
committed by GitHub
parent eab9c0b410
commit 881832cde9
5 changed files with 9 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ authors = ["Carl Lerche <me@carllerche.com>"]
edition = "2018"
[dependencies]
h2 = { path = "../..", features = ["unstable-stream", "unstable"] }
h2 = { path = "../..", features = ["stream", "unstable"] }
bytes = "0.5"
env_logger = "0.5.9"