From 2383cf294601ef71dfbbb1aeed394fa005544eb8 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sat, 23 May 2020 00:31:54 +0200 Subject: [PATCH] v2.0.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a5957a..488ec68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"