Commit 6bbf548
committed
ci: update the MSRV to 1.82.0
As the project uses lock file version `4`, we should update the minimum
Rust tool chain to 1.72.0, the first version with this feature stable.
However, clippy recommends 'iter_repeat_n', but it was only stabled in
1.82.0, setting the minimum version to this one.
- <https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#changed-4>
- <https://doc.rust-lang.org/nightly/std/iter/fn.repeat_n.html>1 parent caa05e8 commit 6bbf548
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments