Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
update CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
salman01zp committed Mar 1, 2024
1 parent 23329f1 commit 2a759b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-07-16
toolchain: nightly-2024-01-31
components: clippy
override: true

Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions-rs/toolchain@master
with:
profile: minimal
toolchain: nightly-2023-07-16
toolchain: nightly-2024-01-31
target: wasm32-unknown-unknown

- name: Install protobuf-compiler
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-01-31"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 2a759b3

Please sign in to comment.