Skip to content

Update attohttpc requirement from 0.28 to 0.29 #197

Update attohttpc requirement from 0.28 to 0.29

Update attohttpc requirement from 0.28 to 0.29 #197

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: CI builder for listenbrainz-rs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose