Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
4JX committed Jan 5, 2023
1 parent a99f023 commit 5736cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@ path = "tests/multipart.rs"
required-features = ["multipart"]

[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" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is currently missing HTTP/2 `PRIORITY` support. (PRs to [h2](https://github.c

```toml
[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" }
```

Expand Down

0 comments on commit 5736cf2

Please sign in to comment.