Skip to content

Commit

Permalink
switch h2 dep back to master
Browse files Browse the repository at this point in the history
now that hyperium/h2#500 has merged, we can switch this back to master
  • Loading branch information
hawkw committed Nov 24, 2020
1 parent aded9f3 commit 16173bb
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
Expand Up @@ -30,7 +30,7 @@ http = "0.2"
http-body = { git = "https://github.com/hyperium/http-body" }
httpdate = "0.3"
httparse = "1.0"
h2 = { git = "https://github.com/hyperium/h2", optional = true, branch = "eliza/writev" }
h2 = { git = "https://github.com/hyperium/h2", optional = true }
itoa = "0.4.1"
tracing = { version = "0.1", default-features = false, features = ["log", "std"] }
pin-project = "1.0"
Expand Down Expand Up @@ -248,4 +248,4 @@ required-features = ["full"]
[[test]]
name = "server"
path = "tests/server.rs"
required-features = ["full"]
required-features = ["full"]

0 comments on commit 16173bb

Please sign in to comment.