Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed May 22, 2020
1 parent 7a7b358 commit 2383cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-h1"
version = "1.1.2"
version = "2.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/http-rs/async-h1"
documentation = "https://docs.rs/async-h1"
Expand All @@ -14,7 +14,7 @@ edition = "2018"
[dependencies]
url = "2.1.0"
httparse = "1.3.3"
async-std = { version = "1.5.0", features = ["unstable"] }
async-std = { version = "1.6.0", features = ["unstable"] }
http-types = "2.0.0"
pin-project-lite = "0.1.1"
byte-pool = "0.2.1"
Expand Down

0 comments on commit 2383cf2

Please sign in to comment.