Skip to content

Commit

Permalink
bump MSRV to 163.0 as is-terminal requires it
Browse files Browse the repository at this point in the history
is-terminal is a dependency of env-logger
  • Loading branch information
jqnatividad committed Aug 17, 2023
1 parent 9baa594 commit 26713dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
toolchain:
- "1.62.1" # MSRV
- "1.63" # MSRV
- stable
- beta
- nightly
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 26713dd

Please sign in to comment.