Skip to content

Commit 185d55c

Browse files
committed
ci: pin Rust toolchain to 1.84.0 (tested version)
1 parent 4177249 commit 185d55c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: actions-rust-lang/setup-rust-toolchain@v1
1919
with:
20+
toolchain: 1.84.0
2021
rustflags: ""
2122
components: clippy,rustfmt
2223
- name: Format check
@@ -40,6 +41,8 @@ jobs:
4041
target/
4142
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4243
- uses: actions-rust-lang/setup-rust-toolchain@v1
44+
with:
45+
toolchain: 1.84.0
4346
- name: Build
4447
run: cargo build --locked --workspace --all-features --verbose
4548
- name: Unit and lib tests
@@ -62,5 +65,7 @@ jobs:
6265
target/
6366
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
6467
- uses: actions-rust-lang/setup-rust-toolchain@v1
68+
with:
69+
toolchain: 1.84.0
6570
- name: Full test suite (lib + integration e2e)
6671
run: cargo test --locked --workspace --all-features --verbose -- --test-threads=2

0 commit comments

Comments
 (0)