Skip to content

Update axum to 0.7, bump deps, release v0.3.0 #27

Update axum to 0.7, bump deps, release v0.3.0

Update axum to 0.7, bump deps, release v0.3.0 #27

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
tags: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
permissions:
issues: write
pull-requests: write
contents: read
uses: famedly/backend-build-workflows/.github/workflows/rust-workflow.yml@main
secrets: inherit