We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedd31f commit 09924ccCopy full SHA for 09924cc
Cargo.toml
@@ -104,4 +104,7 @@ object = { opt-level = 3 }
104
rustc-demangle = { opt-level = 3 }
105
106
[patch.crates-io]
107
+# http-types doesn't play well with the new errors api.
108
+# This fork address this problem, and should be removed once we upgrade to
109
+# new toolchain.
110
http-types = { git = "https://github.com/Xuanwo/http-types", rev = "106fc6d" }
0 commit comments