Skip to content

changed version protocol number from unsigned to signed int #26

changed version protocol number from unsigned to signed int

changed version protocol number from unsigned to signed int #26

Workflow file for this run

on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
default: true
override: true
- run: cargo clippy -- --deny warnings