summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-02-03 11:11:52 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-02-03 11:11:52 +0100
commit92e636b6e9a70d79e0176b9fc6b251803dabb22b (patch)
tree02cfa79fc1fbe5df662d7576d8333f7fbf8a34d0
parentf22aa8333c702a35e9c3c1f6e17e64c53d94ddfc (diff)
Update MSRV in cron workflow
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-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 0b71618..3b4e1cf 100644
--- a/.github/workflows/cron.yml
+++ b/.github/workflows/cron.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.59.0
+ - 1.60.0
- stable
steps: