build: ignore msrv

dependencies are increasing it without much care anyway
This commit is contained in:
EdJoPaTo
2023-07-17 14:00:48 +02:00
parent 56bb8cab24
commit 17de58e239
2 changed files with 0 additions and 9 deletions
-8
View File
@@ -47,14 +47,6 @@ jobs:
os: ubuntu-latest
features: --all-features
clippyargs: -W clippy::pedantic
# Check the minimum supported Rust version (MSRV).
# Sometimes old rust versions don't yet have the lints (allow unknown) or don't have fixes in lints (false positives -> don't error, just warn).
# When a certain distro is a target look up its version: https://repology.org/project/rust/versions
- os: ubuntu-latest
toolchain: 1.60.0
clippyargs: -A unknown-lints
features: --all-features
steps:
- name: Setup Rust
shell: bash -eux {0}