Commit 8f3a67e
committed
Merge #138: fix(ci): pin dependencies to MSRV supported versions
9a7e826 fix(ci): pin dependencies to MSRV supported version (Leonardo Lima)
Pull request description:
To fix the MSRV CI steps, the following dependencies
needed to be pinned to a previous version:
- `[email protected]` to 0.5.10
- `[email protected]` to 1.0.1
- `openssl` to 0.10.73
- `openssl-sys` to 0.9.109
- `syn` to 2.0.106
I want to fix the CI so we can move forward with #114. After we cut a release with that one, we can move on to bumping the MSRV.
ACKs for top commit:
ValuedMammal:
ACK 9a7e826
Tree-SHA512: 4a13e03a1c66ba554926686149f5fc33ec926a11c94228a3402b87317c6e8958034483a04de84c072092c785de6229ff484da6ee8a3de33781788b5780139cb82 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 | | |
74 | 77 | | |
75 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
0 commit comments