Skip to content

build(deps): bump flagset from 0.4.3 to 0.4.5 #1390

build(deps): bump flagset from 0.4.3 to 0.4.5

build(deps): bump flagset from 0.4.3 to 0.4.5 #1390

Workflow file for this run

on: [push, pull_request]
name: cargo
jobs:
readme:
name: readme
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup show && rustup update
- run: cargo install cargo-readme
- run: cargo readme > README.md && git diff --exit-code
deny:
name: deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1