Skip to content

Update Rust crate actix-web to v4.6.0 #457

Update Rust crate actix-web to v4.6.0

Update Rust crate actix-web to v4.6.0 #457

Workflow file for this run

name: Build using Cargo
on:
push:
paths-ignore:
- "**.md"
branches:
- main
pull_request:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release