1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 11:22:30 +01:00

Bump MSRV to 1.46

See #1874 and #1872.
This commit is contained in:
Martin Nordholts
2021-10-02 12:14:06 +02:00
parent 7a15ba3796
commit 418fce5683
5 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
name: CICD
env:
MIN_SUPPORTED_RUST_VERSION: "1.45.0"
MIN_SUPPORTED_RUST_VERSION: "1.46.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on: