Skip to content

Commit 70a365e

Browse files
authored
Merge pull request #57 from skade/no-need-for-unstable
Remove unneeded async-std features
2 parents b1ff6ab + d86459f commit 70a365e

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
url = "2.1.0"
1616
httparse = "1.3.3"
17-
async-std = { version = "1.4.0", features = ["unstable"] }
17+
async-std = { version = "1.4.0", default-features = false }
1818
http-types = { path = '../http-types' }
1919
pin-project-lite = "0.1.1"
2020
byte-pool = "0.2.1"

0 commit comments

Comments
 (0)