Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
# Keep in sync with workspace.package.rust-version in Cargo.toml.
toolchain: "1.91"
toolchain: "1.94"
targets: wasm32-unknown-unknown

- name: Cache cargo registry
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Be respectful. We're all here to build something useful.

### Prerequisites

- Rust 1.91+ (the project MSRV, enforced by CI)
- Rust 1.94+ (the project MSRV, enforced by CI)
- PostgreSQL (for control plane tests)

### Building
Expand Down
Loading