Skip to content

Commit

Permalink
feat: updat rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
mustermeiszer committed Nov 8, 2023
1 parent c0c9832 commit 294049f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install latest nightly Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-05-09
toolchain: nightly-2023-10-26
target: ${{ matrix.target }}
override: true
- name: Build chainbridge Rust crate
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install latest nightly Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-05-09
toolchain: nightly-2023-10-26
target: ${{ matrix.target }}
override: true
- name: Build Rust create
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-05-09
toolchain: nightly-2023-10-26
target: ${{ matrix.target }}
components: rustfmt
override: true
Expand Down

0 comments on commit 294049f

Please sign in to comment.