Skip to content

fix(deps): update rust crate once_cell to v1.20.2 #408

fix(deps): update rust crate once_cell to v1.20.2

fix(deps): update rust crate once_cell to v1.20.2 #408

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