Skip to content

Bump actix-web from 4.4.0 to 4.4.1 #395

Bump actix-web from 4.4.0 to 4.4.1

Bump actix-web from 4.4.0 to 4.4.1 #395

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup default nightly
- run: cargo build --workspace
- run: cargo test --workspace