Commit 10a6354
Add feature isahc-static-ssl
With isahc-static-curl feature compiling a static build was still not
achievable since it still needed system-wide installed OpenSSL
libraries. With the isahc-static-ssl feature was added, now its
possible to compile the library without OpenSSL libraries installed.
The src/task_info.rs file had a failing doc test due not using
environmental variables like other tests do. This issue was fixed.1 parent 029e2db commit 10a6354
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments