summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-03-07 15:08:39 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-03-07 15:33:37 +0100
commit52f84b063c9e4081b53fde8ebc2ce31a36553d99 (patch)
tree0cf6c883520e91c6a8bde7b357147d9c90e516ef /.github
parent2e7f2b6c0709d758e4e92e5b9cab134d8d04b931 (diff)
Update dependencies, MSRV: 1.45
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 0c4c20fd..34b77224 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -1,7 +1,7 @@
name: CICD
env:
- MIN_SUPPORTED_RUST_VERSION: "1.42.0"
+ MIN_SUPPORTED_RUST_VERSION: "1.45.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on: