summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Nordholts <enselic@gmail.com>2023-03-03 13:20:03 +0100
committerGitHub <noreply@github.com>2023-03-03 13:20:03 +0100
commitec6e9c29ac11178854063f2177dde5392e430e2e (patch)
tree003f86eded7aa06bb99b11e56464781ecabf9dee /.github
parente3d8b56c8f28d71b4a33c733e03d54409dda76a3 (diff)
Bump MSRV to 1.62 (#2496)
* Bump MSRV to 1.62 Mainly to be able to derive default enum variants. * CHANGELOG.md: Update
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 f1778910..76705d96 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -1,7 +1,7 @@
name: CICD
env:
- MIN_SUPPORTED_RUST_VERSION: "1.60.0"
+ MIN_SUPPORTED_RUST_VERSION: "1.62.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on: