Skip to content

Bump prost from 0.12.6 to 0.13.3 #4465

Bump prost from 0.12.6 to 0.13.3

Bump prost from 0.12.6 to 0.13.3 #4465

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
include:
- os: macos-latest
platform: macos
- os: ubuntu-latest
platform: linux
steps:
- uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "23.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test