Skip to content

Bump anyhow from 1.0.99 to 1.0.101 #32

Bump anyhow from 1.0.99 to 1.0.101

Bump anyhow from 1.0.99 to 1.0.101 #32

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test
- name: Build
run: cargo build