Skip to content

Commit

Permalink
Use Rust 1.73.0 in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Nov 6, 2023
1 parent 1b17f00 commit 653c1d9
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
target: aarch64-unknown-linux-gnu
override: true
- name: cargo test (for generating dialogs with php)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
target: armv7-unknown-linux-gnueabihf
override: true
- name: cargo test (for generating dialogs with php)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- name: cargo check
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- name: cargo build
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- run: rustup component add rustfmt
- name: cargo fmt
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- run: rustup component add clippy
- name: cargo clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
target: aarch64-apple-darwin
override: true
- name: Set SDKROOT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- name: cargo check
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- name: cargo build
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2-${{ matrix.toolchain-suffix }}
toolchain: 1.73.0-${{ matrix.toolchain-suffix }}
target: ${{ matrix.target }}
override: true
# Install OS dependencies (Linux/macOS only)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2-i686-pc-windows-msvc
toolchain: 1.73.0-i686-pc-windows-msvc
target: i686-pc-windows-msvc
override: true
- name: cargo build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- name: cargo check
uses: actions-rs/cargo@v1
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
toolchain: 1.73.0
override: true
- name: cargo build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 653c1d9

Please sign in to comment.