Skip to content

chore(deps): Bump tower-http from 0.4.3 to 0.5.0 #397

chore(deps): Bump tower-http from 0.4.3 to 0.5.0

chore(deps): Bump tower-http from 0.4.3 to 0.5.0 #397

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: Builds
runs-on: 'ubuntu-latest'
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Execute `cargo build`
run: cargo build --release