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
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
msrv = "1.60.0"
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ jobs:
continue-on-error: ${{ matrix.required }}
strategy:
matrix:
build: [stable, nightly]
build: [stable, nightly, msrv]
include:
- build: stable
required: true
toolchain: stable
- build: nightly
required: false
toolchain: nightly
- build: msrv
required: true
toolchain: "1.60.0"

services:
postgres:
Expand Down Expand Up @@ -47,7 +50,6 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
components: rustfmt

- name: Rust cache
uses: Swatinem/rust-cache@v2
Expand Down