Skip to content

Bump anyhow from 1.0.78 to 1.0.79 #661

Bump anyhow from 1.0.78 to 1.0.79

Bump anyhow from 1.0.78 to 1.0.79 #661

Workflow file for this run

name: "Formatting"
on: [ push, pull_request ]
jobs:
build_and_test:
name: "cargo fmt"
runs-on: ubuntu-22.04
steps:
- name: Check out the code
uses: actions/checkout@v4
- name: "cargo fmt"
run: cargo fmt && git diff --exit-code