Skip to content

Commit 7126825

Browse files
committed
chore: remove patch of http-types
1 parent 2854c9f commit 7126825

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ object = { opt-level = 3 }
105105
rustc-demangle = { opt-level = 3 }
106106

107107
[patch.crates-io]
108-
# http-types doesn't play well with the new errors api.
109-
# This fork address this problem, and should be removed once we upgrade to
110-
# new toolchain.
111-
http-types = { git = "https://github.com/Xuanwo/http-types", rev = "106fc6d" }
108+
# If there are dependencies that need patching, they can be listed below.
109+
# For example:
110+
# http-types = { git = "https://github.com/Xuanwo/http-types", rev = "106fc6d" }

0 commit comments

Comments
 (0)