Skip to content

Commit

Permalink
build: ignore msrv
Browse files Browse the repository at this point in the history
dependencies are increasing it without much care anyway
  • Loading branch information
EdJoPaTo committed Jul 17, 2023
1 parent 56bb8ca commit 17de58e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ license = "MIT"
repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget"
authors = ["EdJoPaTo <tui-tree-widget-rust-crate@edjopato.de>"]
edition = "2021"
rust-version = "1.60.0"
keywords = ["tui", "terminal", "tree", "widget"]
categories = ["command-line-interface"]
include = ["src/**/*", "README.md"]
Expand Down

0 comments on commit 17de58e

Please sign in to comment.