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

Commit

Permalink
Bumped nightly (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Dec 11, 2021
1 parent 2b86bc9 commit b5040ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: true # needed to test IPC, which are located in a submodule
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-24
toolchain: nightly-2021-12-10
override: true
- uses: Swatinem/rust-cache@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-24
toolchain: nightly-2021-12-10
override: true
- uses: Swatinem/rust-cache@v1
with:
Expand All @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-24
toolchain: nightly-2021-12-10
override: true
- uses: Swatinem/rust-cache@v1
with:
Expand Down

0 comments on commit b5040ec

Please sign in to comment.