Skip to content

Bump reqwest_cookie_store from 0.5.0 to 0.6.0 #96

Bump reqwest_cookie_store from 0.5.0 to 0.6.0

Bump reqwest_cookie_store from 0.5.0 to 0.6.0 #96

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
tags: [ 'v*' ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: cargo test