Skip to content

Fix rand 0.9 compatibility by using rand_core 0.6 for key generation #185

Fix rand 0.9 compatibility by using rand_core 0.6 for key generation

Fix rand 0.9 compatibility by using rand_core 0.6 for key generation #185

Workflow file for this run

name: QA
on: pull_request
concurrency:
group: qa-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
qa:
name: QA
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Clone repository
uses: actions/checkout@v5
- name: Run QA
run: make qa