Skip to content

chore(deps): update snafu requirement from 0.7 to 0.8 #55

chore(deps): update snafu requirement from 0.7 to 0.8

chore(deps): update snafu requirement from 0.7 to 0.8 #55

Workflow file for this run

name: Rust
on:
pull_request:
branches: "*"
paths-ignore:
- '**.md'
- 'COPYRIGHT'
- 'LICENSE**'
push:
branches: [develop]
paths-ignore:
- '**.md'
- 'COPYRIGHT'
- 'LICENSE**'
jobs:
build:
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v4
- run: rustup update stable
- run: cargo install cargo-deny
- run: make build