Skip to content

Commit 6bbf548

Browse files
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

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: [MSRV, stable, nightly]
1616
include:
1717
- name: MSRV
18-
version: 1.65.0
18+
version: 1.82.0
1919
- name: stable
2020
version: stable
2121
- name: nightly

0 commit comments

Comments
 (0)