Skip to content

Remove native-tls

Remove native-tls #37

Workflow file for this run

name: rustfmt
on:
push:
branches:
- main
pull_request:
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- run: |
rustup toolchain install stable --profile minimal --component rustfmt
- uses: actions/checkout@v4
- run: |
cargo fmt --check