Skip to content

Commit

Permalink
chore: upgrade MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
zavakid committed Dec 4, 2024
1 parent 3100732 commit 51c7b2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.65.0] #1.65.0 is the MSRV
rust: [nightly, beta, stable, 1.70.0] #1.70.0 is the MSRV
timeout-minutes: 90
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tbc...
- [using async fn as handler](crates/web/examples/getting_started.rs)

## MSRV
The Minimum Supported Rust Version is 1.65.0.
The Minimum Supported Rust Version is 1.70

## P.S.
- [Web Frameworks Benchmark](https://web-frameworks-benchmark.netlify.app/result?l=rust)

0 comments on commit 51c7b2d

Please sign in to comment.