Skip to content

Commit

Permalink
Raise MSRV to 1.63.0
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Sep 11, 2023
1 parent 35dde09 commit 849bfcf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.59.0 # MSRV
toolchain: 1.63.0 # MSRV
override: true
components: clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.59.0 # MSRV
- 1.63.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.59.0 # MSRV
- 1.63.0 # MSRV
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.59.0 # MSRV
- 1.63.0 # MSRV
- stable
- nightly
linkage:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased] - ReleaseDate

* Raise MSRV to 1.63.0

## [0.14.3] - 2023-05-26

* Allow passing a closure for `ArchiveIterator::filter` [#115]
Expand Down

0 comments on commit 849bfcf

Please sign in to comment.