Skip to content

chore(deps): bump webpki from 0.22.1 to 0.22.4 #54

chore(deps): bump webpki from 0.22.1 to 0.22.4

chore(deps): bump webpki from 0.22.1 to 0.22.4 #54

Workflow file for this run

name: Instrumentality Build.
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build.
runs-on: ubuntu-latest
steps:
- name: Git Checkout.
uses: actions/checkout@v3
- name: Rust Toolchain.
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt
- name: Rustfmt.
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- name: Cargo Build for Release.
uses: actions-rs/cargo@v1
with:
command: build
args: --release