Skip to content

Bump axum from 0.7.9 to 0.8.0 #1494

Bump axum from 0.7.9 to 0.8.0

Bump axum from 0.7.9 to 0.8.0 #1494

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format Rust code
run: cargo fmt --all -- --check