Commit 86eeb2a
Merge #3016
3016: chore(deps): enable hyper http1 for miner r=quake,driftluo,yangby-cryptape a=doitian
### What problem does this PR solve?
Problem Summary: `cargo publish` fails because hyper Client is available when enabling feature http1.
### What is changed and how it works?
What's Changed: Enable feature http1 for hyper in miner/Cargo.toml
- Already cherry-picked to rc/v0.100
### Check List <!--REMOVE the items that are not applicable-->
Tests <!-- At least one of them must be included. -->
- Manual test (add detailed scripts or steps below)
Run `cargo publish --dry-run` in sub-directory `miner`.
### Release note <!-- Choose from None, Title Only and Note. Bugfixes or new features need a release note. -->
```release-note
None: Exclude this PR from the release note.
```
Co-authored-by: ian <[email protected]>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments