Skip to content

Replace libcrux-ml-kem with RustCrypto ml-kem (#660) #584

Replace libcrux-ml-kem with RustCrypto ml-kem (#660)

Replace libcrux-ml-kem with RustCrypto ml-kem (#660) #584

Workflow file for this run

name: Semver check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
Build:
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
continue-on-error: true
with:
package: russh