summaryrefslogtreecommitdiffstats
path: root/.github/workflows/CICD.yml
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-07-11 20:04:09 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2021-07-11 20:09:28 +0200
commitc3e9cb951809cbb469baa08ef596c680850d586e (patch)
tree7ceef3f671158d450bba52af165e34b7fe4393c3 /.github/workflows/CICD.yml
parent3489998c673544028cf5691fc9da7e92cc8085e8 (diff)
Bump MSRVv0.9.0
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 d0e322e..749270e 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -1,7 +1,7 @@
name: CICD
env:
- MIN_SUPPORTED_RUST_VERSION: "1.39.0"
+ MIN_SUPPORTED_RUST_VERSION: "1.40.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on: