Skip to content

chore: cargo update and fmt #61

chore: cargo update and fmt

chore: cargo update and fmt #61

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
cargo-deny:
# https://embarkstudios.github.io/cargo-deny/index.html
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1