Skip to content

Bump reqwest from 0.12.9 to 0.12.11 #453

Bump reqwest from 0.12.9 to 0.12.11

Bump reqwest from 0.12.9 to 0.12.11 #453

Workflow file for this run

on: [push]
name: CI
jobs:
build-and-lint:
name: Build and lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
shared-key: cache-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build
- name: Clippy
run: cargo clippy -- -D warnings