Skip to content

chore(deps): bump utoipa from 4.2.0 to 4.2.3 #898

chore(deps): bump utoipa from 4.2.0 to 4.2.3

chore(deps): bump utoipa from 4.2.0 to 4.2.3 #898

Workflow file for this run

name: wasm
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Add wasm32-unknown-unknown target
run: rustup target add wasm32-unknown-unknown
- name: Add nightly toolchain
run: rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: Install just
run: cargo install just
- name: Build
run: just build-wasm