From 26713dd8449bca11a97267403987abe191b8cf0d Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Thu, 17 Aug 2023 08:10:40 -0400 Subject: [PATCH] bump MSRV to 163.0 as is-terminal requires it is-terminal is a dependency of env-logger --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 926a8d23..d05772b6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: toolchain: - - "1.62.1" # MSRV + - "1.63" # MSRV - stable - beta - nightly diff --git a/Cargo.toml b/Cargo.toml index a317387a..5375c24f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["excel", "ods", "xls", "xlsx", "xlsb"] categories = ["encoding", "parsing", "text-processing"] exclude = ["tests/**/*"] edition = "2021" -rust-version = "1.62.1" +rust-version = "1.63" [dependencies] byteorder = "1.4"