Skip to content

build(deps): bump const-oid from 0.9.4 to 0.9.5 #1193

build(deps): bump const-oid from 0.9.4 to 0.9.5

build(deps): bump const-oid from 0.9.4 to 0.9.5 #1193

Workflow file for this run

on: [push, pull_request]
name: cargo
jobs:
readme:
name: readme
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- 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@v3
- uses: EmbarkStudios/cargo-deny-action@v1