Skip to content

Commit

Permalink
Bump MSRV from 1.63 to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 29, 2023
1 parent 9350aba commit 43bf520
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.63" # MSRV
- "1.65" # 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.63"
rust-version = "1.65"

[dependencies]
byteorder = "1.4"
Expand Down

0 comments on commit 43bf520

Please sign in to comment.