Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
switch back to http1
Browse files Browse the repository at this point in the history
  • Loading branch information
LMG committed Jan 12, 2021
1 parent f998c6d commit c74f86e
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 = "hyper_cgi"
version = "0.1.7"
version = "0.1.8"
authors = ["Christian Schilling <[email protected]>", "Louis-Marie Givel <[email protected]>"]
edition = "2018"
license-file = "LICENSE"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
futures = "0.3"
tokio = { version = "1.0", features = ["full"] }
tokio-util = { version = "0.6", features = ["compat"] }
hyper = { version = "0.14", features = ["stream", "tcp", "server", "http2"] }
hyper = { version = "0.14", features = ["stream", "tcp", "server", "http1"] }

clap = { version = "2.33", optional = true }
base64 = { version = "0.13", optional = true }
Expand Down

0 comments on commit c74f86e

Please sign in to comment.