Skip to content

Bump reqwest from 0.12.4 to 0.12.7 #61

Bump reqwest from 0.12.4 to 0.12.7

Bump reqwest from 0.12.4 to 0.12.7 #61

Workflow file for this run

name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose