Commit 5740ceb
committed
Merge #132: chore(release): bump version to
008ea5b fix(ci): pin `webpki-roots` `1.0.2` to `1.0.1` (Leonardo Lima)
a29eb5c fix(ci): pin `socket2` to `0.5.10` (Leonardo Lima)
5bdd0f2 chore(release): bump version to `0.12.1` (Leonardo Lima)
Pull request description:
fixes #131
- chore(release): bump the crate version to `0.12.1`
- fix(ci): pin `socket2` to `0.5.10`
- fix(ci): pin `webpki-roots` `1.0.2` to `1.0.1`
--
NOTE:
- it's required to pin `socket2` to `0.5.10` in order to fix MSRV CI, the `0.6.0` is being pulled by `hyper-util 0.1.16`.
- it's required to pin `webpki-roots` from `1.0.2` to `1.0.1` in order to fix MSRV CI,
the `1.0.2` is being pulled by `webpki-roots 0.26.11` which is used by
`reqwest`.
ACKs for top commit:
ValuedMammal:
ACK 008ea5b
notmandatory:
ACK 008ea5b
Tree-SHA512: 084e7eca9b2878c6b8e65884ae8b46897a0db9c9fa523d070fd119ab83ab9cb60e7dd7ee01e80abb7616708f23752e371dbbe350c18af38d0470672b90a27e5f0.12.1
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
0 commit comments