Skip to content

Commit

Permalink
Bumps tonic to 0.11 and prost to 0.12, adapts Cargo files accordingly
Browse files Browse the repository at this point in the history
Bumping tonic required cargo file edition to be bumped to 2021
  • Loading branch information
sr-gi committed Jul 29, 2024
1 parent 999fcb1 commit 072c0cb
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 174 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build on Rust ${{ matrix.toolchain }}
run: |
cargo build ${{ matrix.arguments }} --verbose --color always
Expand All @@ -42,6 +46,10 @@ jobs:
with:
toolchain: stable
components: rustfmt, clippy
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run rustfmt
run: |
cargo fmt --verbose --check -- --color always
Expand Down
Loading

0 comments on commit 072c0cb

Please sign in to comment.