Skip to content

remove send_awaiting_body. removed in httpclient 0.19 #66

remove send_awaiting_body. removed in httpclient 0.19

remove send_awaiting_body. removed in httpclient 0.19 #66

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash
jobs:
run-test:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- run: cargo install just
# - run: just test
- run: cargo test