Skip to content

Bump rustls-webpki from 0.103.9 to 0.103.10 #64

Bump rustls-webpki from 0.103.9 to 0.103.10

Bump rustls-webpki from 0.103.9 to 0.103.10 #64

Workflow file for this run

name: Code Analysis(Clippy)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run Clippy
run: cargo clippy -- -D warnings