Skip to content

Commit

Permalink
Update MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Apr 4, 2024
1 parent edd2c62 commit 9f9f271
Show file tree
Hide file tree
Showing 6 changed files with 661 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
tc: [1.65.0, stable, beta, nightly]
tc: [1.70.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
tc: [1.65.0, stable, beta, nightly]
tc: [1.70.0, stable, beta, nightly]
cc:
- aarch64-linux-android
- i686-pc-windows-gnu
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
tc: [1.65.0, stable, beta, nightly]
tc: [1.70.0, stable, beta, nightly]
cc: [aarch64-apple-ios]
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**/*.rs.bk
/**/target/
/.cargo-ok
/**/Cargo.lock
/**/*.rs.bk
/graphic.png
/out.png
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog
All notable changes to PNG Pong will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://jeronlau.tk/semver/).
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## 0.9.1 - 2024-04-03
### Changed
- Lowered MSRV to 1.70

## 0.9.0 - 2024-04-01
### Changed
Expand Down Expand Up @@ -121,3 +125,8 @@ Thanks to [wezm](https://github.com/wezm) for adding these features!
## 0.0.1 - 2019-07-24
### Added
- Support for reading writing PNGs.

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://github.com/AldaronLau/semver/blob/stable/README.md


Loading

0 comments on commit 9f9f271

Please sign in to comment.