summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-11-14 07:56:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2022-11-14 07:56:17 -0500
commit8905d54a9f25f4c1e4e3ca8331f517473e174d87 (patch)
tree174135d91f7053d321af2f5201d18df4c7ed30f6 /.github
parent25a4eaf5aef2aa0a06dc53d6eef2dce1e0333ea2 (diff)
msrv: bump to Rust 1.65.0
This matches the latest stable release of Rust and let's us use nice things like 'let else'.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7f11b13..39a6de43 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
include:
- build: pinned
os: ubuntu-22.04
- rust: 1.52.1
+ rust: 1.65.0
- build: stable
os: ubuntu-22.04
rust: stable