Update Cargo.toml
This commit is contained in:
@@ -282,5 +282,5 @@ path = "tests/multipart.rs"
|
|||||||
required-features = ["multipart"]
|
required-features = ["multipart"]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
hyper = { git = "https://github.com/4JX/hyper.git", branch = "0.14.x-patched", ref = "bd25359" }
|
hyper = { git = "https://github.com/4JX/hyper.git", branch = "v0.14.18-patched", ref = "bd25359" }
|
||||||
h2 = { git = "https://github.com/4JX/h2.git", ref = "b088466" }
|
h2 = { git = "https://github.com/4JX/h2.git", ref = "b088466" }
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ It is currently missing HTTP/2 `PRIORITY` support. (PRs to [h2](https://github.c
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
hyper = { git = "https://github.com/4JX/hyper.git", branch = "0.14.x-patched" }
|
hyper = { git = "https://github.com/4JX/hyper.git", branch = "v0.14.18-patched" }
|
||||||
h2 = { git = "https://github.com/4JX/h2.git", branch = "imp" }
|
h2 = { git = "https://github.com/4JX/h2.git", branch = "imp" }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user