summaryrefslogtreecommitdiffstats
path: root/.github/workflows/cron.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-03-24 11:34:45 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-03-24 11:34:45 +0100
commitf34831c7995bdab68bd85811d397ee4a2494fb8a (patch)
treeb58d13481052be9098e854520e2494bed185a5b4 /.github/workflows/cron.yml
parentb0c6c992cb542769b0daf9860ac84897e17a97ed (diff)
Update MSRV: 1.60.0 -> 1.64.0
We depend on temp_env in our tests, which got an update that bumps its own MSRV to 1.64.0. Thus, we need to update to 1.64.0 or pin temp_env to an older version. We opt for the former. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to '.github/workflows/cron.yml')
-rw-r--r--.github/workflows/cron.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml
index 1c4cd3c..77b1b4b 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.64.0
- stable
steps: