1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Set minimum supported rust version to 1.51

This commit is contained in:
Mahdi Dibaiee
2021-12-29 20:43:03 +00:00
committed by Martin Nordholts
parent 3358b075fb
commit 6dc621ec18
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
name: CICD
env:
MIN_SUPPORTED_RUST_VERSION: "1.46.0"
MIN_SUPPORTED_RUST_VERSION: "1.51.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on:
@@ -54,7 +54,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --locked --all-targets --all-features -- --allow clippy::unknown_clippy_lints
args: --locked --all-targets --all-features
- name: Run tests
uses: actions-rs/cargo@v1
with: