Skip to content

bump version to v3.0.0 as it breaks when using reqwest v0.11 (#19) #31

bump version to v3.0.0 as it breaks when using reqwest v0.11 (#19)

bump version to v3.0.0 as it breaks when using reqwest v0.11 (#19) #31

Workflow file for this run

name: Clippy Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Clippy
run: rustup component add clippy
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings