Skip to content

Commit 2383cf2

Browse files
committed
v2.0.0
1 parent 7a7b358 commit 2383cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-h1"
3-
version = "1.1.2"
3+
version = "2.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/async-h1"
66
documentation = "https://docs.rs/async-h1"
@@ -14,7 +14,7 @@ edition = "2018"
1414
[dependencies]
1515
url = "2.1.0"
1616
httparse = "1.3.3"
17-
async-std = { version = "1.5.0", features = ["unstable"] }
17+
async-std = { version = "1.6.0", features = ["unstable"] }
1818
http-types = "2.0.0"
1919
pin-project-lite = "0.1.1"
2020
byte-pool = "0.2.1"

0 commit comments

Comments
 (0)