Commit 23c9369
authored
fix(android): pin injected openssl to <=0.10.78 for rustc 1.71 (#19)
openssl 0.10.79 bumped MSRV to 1.80, breaking the Android build which
uses rustc 1.71.0. Cap the injected vendored-openssl version at 0.10.78
(MSRV 1.70) in both the release workflow and the local build script.1 parent 8f96d00 commit 23c9369
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments