Update MSRV to 1.64.0 (CI)

This commit is contained in:
Hirrolot 2022-09-29 09:51:56 +06:00
parent 94e6f0bd4d
commit 1796e2c9f1

View file

@ -20,7 +20,7 @@ env:
# - README.md # - README.md
# - src/lib.rs # - src/lib.rs
# - down below in a matrix # - down below in a matrix
rust_msrv: 1.58.0 rust_msrv: 1.64.0
jobs: jobs:
# Depends on all action that are required for a "successful" CI run. # Depends on all action that are required for a "successful" CI run.
@ -85,7 +85,7 @@ jobs:
toolchain: nightly-2022-09-01 toolchain: nightly-2022-09-01
features: "--all-features" features: "--all-features"
- rust: msrv - rust: msrv
toolchain: 1.58.0 toolchain: 1.64.0
features: "--features full" features: "--features full"
steps: steps: