summaryrefslogtreecommitdiffstats
path: root/.github/workflows/CICD.yml
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-05-22 22:26:57 +0200
committerDavid Peter <mail@david-peter.de>2022-05-22 22:26:59 +0200
commit49484fa0f0720586fbaed9efde6d98777d5349a5 (patch)
tree65cfd9a4376bb4d301c306e68546d3b6bf919a06 /.github/workflows/CICD.yml
parent3661b06b60021371281a0ca01451de0eb6787f9c (diff)
Bump MSRVv0.10.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 39d61d9..410b70b 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -1,7 +1,7 @@
name: CICD
env:
- MIN_SUPPORTED_RUST_VERSION: "1.50.0"
+ MIN_SUPPORTED_RUST_VERSION: "1.56.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on: