Skip to content

fix(RUSTSEC-2023-0071): remove rsa dependency #5290

fix(RUSTSEC-2023-0071): remove rsa dependency

fix(RUSTSEC-2023-0071): remove rsa dependency #5290

Workflow file for this run

---
name: CI
on:
push:
branches:
- '**'
tags:
- '**'
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
jobs:
# Run tests in release mode for tags and scheduled runs
main:
secrets: inherit
uses: ./.github/workflows/main_base.yml
with:
toolchain: 1.90.0
# Use release for tags and scheduled runs
debug_or_release: ${{ (startsWith(github.ref, 'refs/tags/') || github.event_name == 'schedule') && 'release' || 'debug' }}