Commit 442edb0
authored
Remove reqwest's rustls-tls feature in link checker exercise (#3028)
As of version 0.13 of `reqwest`, the `rustls-tls` feature does not exist
anymore. The feature has been renamed to `rustls` and is turned on by
default. See https://github.com/seanmonstar/reqwest/releases/tag/v0.13.0
for details.
Thus, we remove the feature from the exercise to avoid students running
into issues.1 parent 3416d59 commit 442edb0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments