Skip to content

Commit

Permalink
Bump MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jun 19, 2024
1 parent 4fb3b54 commit 4e6aaef
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 197 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]
ar: [--all --no-default-features -- --nocapture, --all --all-features -- --nocapture]
steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
tc: [1.65.0]
tc: [1.70.0]
cc:
- aarch64-fuchsia
- aarch64-linux-android
Expand All @@ -53,7 +53,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
tc: [1.65.0]
tc: [1.70.0]
cc: [aarch64-apple-ios]
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://github.com/AldaronLau/
### Changed
- Switched out `pasts` for `event_iterator`
- Renamed `futures-core` feature to `futures_core_3`
- Bumped MSRV to 1.70

## [0.12.1] - 2023-06-02
### Fixed
Expand Down
Loading

0 comments on commit 4e6aaef

Please sign in to comment.