Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ jobs:

# MSRV build job
msrv:
name: MSRV 1.78 Build
name: MSRV 1.94 Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install Rust (MSRV)
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.78
toolchain: 1.94
components: rustfmt, clippy
- name: Rust cache
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks for taking the time to contribute!

## Development setup

- Rust 1.78+ (MSRV pinned)
- Rust 1.94+ (MSRV pinned)
- Install components: `rustup component add rustfmt clippy`

## Workflow
Expand Down
Loading
Loading