summaryrefslogtreecommitdiffstats
path: root/.github/workflows/CICD.yml
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-03-07 15:08:39 +0100
committerDavid Peter <mail@david-peter.de>2021-03-07 15:08:39 +0100
commita5b5bbdb7fc933b023afaf48b794ac0c8881f55e (patch)
tree0cf6c883520e91c6a8bde7b357147d9c90e516ef /.github/workflows/CICD.yml
parent2e7f2b6c0709d758e4e92e5b9cab134d8d04b931 (diff)
Update dependencies, MSRV: 1.45
Diffstat (limited to '.github/workflows/CICD.yml')
-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: