diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bac2507..6789b34 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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} diff --git a/Cargo.toml b/Cargo.toml index bd6518e..f7836a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" authors = ["EdJoPaTo "] edition = "2021" -rust-version = "1.60.0" keywords = ["tui", "terminal", "tree", "widget"] categories = ["command-line-interface"] include = ["src/**/*", "README.md"]