Skip to content

Commit 2332234

Browse files
committed
no longer depend on unstable
1 parent 98ca945 commit 2332234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2018"
1414
[dependencies]
1515
httparse = "1.3.3"
1616
async-std = { version = "1.6.0", features = ["unstable"] }
17-
http-types = { version = "2.0.0", features = ["unstable"] }
17+
http-types = "2.0.0"
1818
byte-pool = "0.2.1"
1919
lazy_static = "1.4.0"
2020
futures-core = "0.3.1"

0 commit comments

Comments
 (0)