Skip to content

Bump http_req from 0.10.3 to 0.12.0 #73

Bump http_req from 0.10.3 to 0.12.0

Bump http_req from 0.10.3 to 0.12.0 #73

Workflow file for this run

name: indev
on: push
jobs:
indev:
strategy:
matrix:
os:
- ubuntu-20.04
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: target/debug/plutonium-updater*