Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

chore(deps): bump openssl from 0.10.68 to 0.10.72 #38

chore(deps): bump openssl from 0.10.68 to 0.10.72

chore(deps): bump openssl from 0.10.68 to 0.10.72 #38

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
env:
RUST_BACKTRACE: 1
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: "windows-latest"
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --check
- run: cargo clippy --all-features --all-targets -- -D warnings
- run: cargo test