Skip to content

remove unecessary 'static trait bound #17

remove unecessary 'static trait bound

remove unecessary 'static trait bound #17

Workflow file for this run

name: publish
on:
push:
branches: [ "master" ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Install protobuf tooling
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Publish
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}