From 3f529f4a2614edd9e1eef18d8478835645e43196 Mon Sep 17 00:00:00 2001 From: Tei Roberts Date: Sat, 16 Sep 2023 20:05:50 +0200 Subject: [PATCH] chore: raise msrv to 1.65 (addr2line) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4f9ea7..64be914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.60 + toolchain: 1.65 override: true - uses: actions-rs/cargo@v1 with: