Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Bump rustls-webpki from 0.100.1 to 0.100.2 #80

Bump rustls-webpki from 0.100.1 to 0.100.2

Bump rustls-webpki from 0.100.1 to 0.100.2 #80

Workflow file for this run

name: Build
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Clippy
run: cargo clippy --verbose
- name: Test
run: cargo test --verbose