summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authormark chaitin <markchaitin@gmail.com>2021-01-08 18:23:11 -0500
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-09 15:21:26 +0100
commitde6cb75f4bb5d6e65301b5e9a9890228760da4c4 (patch)
tree9c1ff8bc1a647ba70bf4eedf38cea42edba9b3fa /.github
parent83c9cb7907a7a6ea48c7c76d51e5a7b0332bf398 (diff)
Addressed PR feedback. Upped min version and used matches! macro
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index d3273821..467d1f87 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -5,7 +5,7 @@ env:
PROJECT_DESC: "A `cat` clone with wings"
PROJECT_MAINTAINER: "David Peter <mail@david-peter.de>"
PROJECT_HOMEPAGE: "https://github.com/sharkdp/bat"
- MIN_SUPPORTED_RUST_VERSION: "1.40.0"
+ MIN_SUPPORTED_RUST_VERSION: "1.42.0"
on: [push, pull_request]