Skip to content

Bump quick-xml from 0.32.0 to 0.33.0 #1138

Bump quick-xml from 0.32.0 to 0.33.0

Bump quick-xml from 0.32.0 to 0.33.0 #1138

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