Skip to content

Commit

Permalink
chore: pin toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Jan 2, 2025
1 parent 1fa8bc6 commit 0f49aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
toolchain: 1.83.0

- name: Cache rust
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-crates-and-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: install rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
toolchain: 1.83.0

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

0 comments on commit 0f49aba

Please sign in to comment.