Skip to content

Commit

Permalink
updated rust version to 1.72 for unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Sep 29, 2023
1 parent 1bd1539 commit 6039fd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- ubuntu-latest
# - macos-latest
toolchain:
- 1.59
- 1.72
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- ubuntu-16.04
# - macos-latest
toolchain:
- 1.59
- 1.72
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install 1.59 toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.59
toolchain: 1.72
profile: minimal
override: true
- name: Run cargo check 1/3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.59
toolchain: 1.72
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 6039fd5

Please sign in to comment.