Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

chore(deps): bump toml from 0.8.23 to 1.0.6+spec-1.1.0 in the serde-ecosystem group #30

chore(deps): bump toml from 0.8.23 to 1.0.6+spec-1.1.0 in the serde-ecosystem group

chore(deps): bump toml from 0.8.23 to 1.0.6+spec-1.1.0 in the serde-ecosystem group #30

Workflow file for this run

name: CI
on:
push:
branches: ["main", "dev"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: Check formatting
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --all -- -D warnings
- name: Build all crates
run: cargo build --all
- name: Run tests
run: cargo test --all
- name: cargo-deny (licenses + advisories)
uses: EmbarkStudios/cargo-deny-action@v2