From 0285d5d38bc0e56e17a68e61fd99dbd20bdcfbc2 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Thu, 29 Sep 2022 09:51:56 +0600 Subject: [PATCH] Update MSRV to 1.64.0 (CI) Former-commit-id: 1796e2c9f129b831f5d5ccaeda8effd48210afc8 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f87ab7e..e8396993 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ env: # - README.md # - src/lib.rs # - down below in a matrix - rust_msrv: 1.58.0 + rust_msrv: 1.64.0 jobs: # Depends on all action that are required for a "successful" CI run. @@ -85,7 +85,7 @@ jobs: toolchain: nightly-2022-09-01 features: "--all-features" - rust: msrv - toolchain: 1.58.0 + toolchain: 1.64.0 features: "--features full" steps: