Skip to content

Update Rust crate lazy_static to v1.5.0 #787

Update Rust crate lazy_static to v1.5.0

Update Rust crate lazy_static to v1.5.0 #787

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fetch --locked
- run: cargo clippy -- --deny warnings
- run: cargo fmt --check