Skip to content

fix(client): encode the negotiated hash algorithm for RSA certificates #786

fix(client): encode the negotiated hash algorithm for RSA certificates

fix(client): encode the negotiated hash algorithm for RSA certificates #786

Workflow file for this run

name: Semver check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
Semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build (no features enabled)
run: cargo build --verbose
- name: Check semver compatibility (russh)
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
package: russh