Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waralexrom committed Sep 13, 2023
1 parent 3ff1311 commit 42eed70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-09-22
toolchain: nightly-2022-11-03


- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Rust toolchain
run: |
rustup toolchain install nightly-2022-09-22
rustup default nightly-2022-09-22
rustup toolchain install nightly-2022-11-03
rustup default nightly-2022-11-03
rustup component add rustfmt
- name: Cache Cargo
uses: actions/cache@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2022-09-22]
rust: [nightly-2022-11-03]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2022-09-22]
rust: [nightly-2022-11-03]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
rust: [nightly-2022-09-22]
rust: [nightly-2022-11-03]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -230,8 +230,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup toolchain
run: |
rustup toolchain install nightly-2022-09-22
rustup default nightly-2022-09-22
rustup toolchain install nightly-2022-11-03
rustup default nightly-2022-11-03
rustup component add rustfmt
- name: Run
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 42eed70

Please sign in to comment.