Skip to content

Commit

Permalink
Bump msrv to 1.70 (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
flxo authored Jan 12, 2024
1 parent 74eed04 commit 33c3913
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 @@ -78,7 +78,7 @@ jobs:
matrix:
rust:
- stable
- 1.65.0
- 1.70.0
steps:
- uses: actions-rs/toolchain@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ subsystems and features:
## Quickstart

Northstar is written in [Rust](https://www.rust-lang.org). The minimum supported
Rust version (MSRV) is *1.65.0*. Rust is best installed and managed by the rustup
Rust version (MSRV) is *1.70.0*. Rust is best installed and managed by the rustup
tool. Rust has a 6-week rapid release process and supports a great number of
platforms, so there are many builds of Rust available at any time. rustup
manages these builds in a consistent way on every platform that Rust supports,
Expand Down

0 comments on commit 33c3913

Please sign in to comment.