Skip to content

Commit 1d930be

Browse files
committed
cleanup: upgrade rustup version
1 parent fe44b6b commit 1d930be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
runs-on: blacksmith-2vcpu-ubuntu-2204
1515
steps:
1616
- uses: actions/checkout@v4
17-
- run: rustup update 1.81
18-
- run: rustup default 1.81
17+
- run: rustup update 1.87
18+
- run: rustup default 1.87
1919
- run: rustup component add rustfmt
2020
- name: Cargo fmt
2121
run: cargo fmt --manifest-path=./server/Cargo.toml -- --check
@@ -32,8 +32,8 @@ jobs:
3232
~/.cargo/git
3333
target
3434
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35-
- run: rustup update 1.81
36-
- run: rustup default 1.81
35+
- run: rustup update 1.87
36+
- run: rustup default 1.87
3737
- run: rustup component add clippy
3838
- uses: clechasseur/rs-clippy-check@v3
3939
with:
@@ -65,8 +65,8 @@ jobs:
6565
~/.cargo/git
6666
target
6767
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
68-
- run: rustup update 1.81
69-
- run: rustup default 1.81
68+
- run: rustup update 1.87
69+
- run: rustup default 1.87
7070
- name: Installing Vaccum
7171
run: npm install -g @quobix/vacuum
7272
- name: Generating OpenAPI spec

0 commit comments

Comments
 (0)