Skip to content

chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.8 #631

chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.8

chore(cargo): update reqwest_cookie_store requirement from 0.6 to 0.8 #631

Workflow file for this run

name: Format Check
on:
push:
pull_request:
jobs:
fmt-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check code formatting
run: cargo fmt -- --check --verbose