Skip to content

Commit

Permalink
update Cargo.toml msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Jun 13, 2023
1 parent 168d591 commit ba6d6e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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 = "2018"
rust-version = "1.59"
rust-version = "1.60"

[dependencies]
byteorder = "1.4"
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

## Unreleased

- chore: bump MSRv to 1.60.0 due to log dependencies

## 0.21.0

- fix: (xlsx) support `r` attribute
Expand Down

0 comments on commit ba6d6e6

Please sign in to comment.