Skip to content

chore(deps): Bump tower from 0.4.13 to 0.5.0 #27

chore(deps): Bump tower from 0.4.13 to 0.5.0

chore(deps): Bump tower from 0.4.13 to 0.5.0 #27

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types:
- "opened"
- "reopened"
- "synchronize"
branches:
- main
- develop
jobs:
clippy:
uses: jontze/.workflows/.github/workflows/rust_clippy.yaml@main
with:
toolchain: stable
lint:
name: Lint
uses: jontze/.workflows/.github/workflows/rust_lint.yaml@main
with:
toolchain: stable
build:
name: Build
uses: jontze/.workflows/.github/workflows/rust_build.yaml@main
with:
toolchain: stable