Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1
with:
components: rustfmt, clippy

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1
with:
components: rustfmt

Expand All @@ -65,7 +65,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1
with:
components: clippy

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [1.87.0]
rust: [1.91.1]
include:
- os: ubuntu-latest
rust: beta
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1

- name: Install protobuf compiler
run: |
Expand All @@ -173,7 +173,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1

- name: Install protobuf compiler
run: |
Expand Down Expand Up @@ -202,4 +202,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./cobertura.xml
fail_ci_if_error: false
fail_ci_if_error: false
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1

- name: Install protobuf compiler
run: |
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:

This PR was automatically created by the dependency update workflow.
branch: chore/update-dependencies
delete-branch: true
delete-branch: true
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1
with:
targets: ${{ matrix.target }}

Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
docker run --rm \
-v "$(pwd):/workspace" \
-w /workspace \
rust:1.87.0-alpine3.21 \
rust:1.91.1-alpine3.21 \
sh -c "
apk add --no-cache musl-dev openssl-dev openssl-libs-static pkgconfig gcc g++ protobuf-dev && \
rustup target add ${{ matrix.target }} && \
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust
uses: dtolnay/rust-toolchain@1.87.0
uses: dtolnay/rust-toolchain@1.91.1

- name: Install protobuf compiler
run: |
Expand Down Expand Up @@ -411,4 +411,4 @@ jobs:
ghcr.io/${{ steps.repo.outputs.repository }}:latest
ghcr.io/${{ steps.repo.outputs.repository }}:${{ needs.create-release.outputs.version }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max
Loading
Loading