Skip to content

chore(deps): bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0 #300

chore(deps): bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0

chore(deps): bump toml from 1.0.6+spec-1.1.0 to 1.1.0+spec-1.1.0 #300

Workflow file for this run

name: Rust
on:
push:
workflow_dispatch:
pull_request:
jobs:
rust:
# This workflow defines how a maven package is built, tested and published.
# Visit: https://github.com/samply/github-workflows/blob/develop/.github/workflows/docker-ci.yml, for more information
uses: samply/github-workflows/.github/workflows/rust.yml@main
permissions:
contents: read
packages: write
pull-requests: read
security-events: write
statuses: read
with:
image-prefix: "samply/"
components: '[ "rusthead" ]'
architectures: '[ "amd64" ]'
test-via-script: false
cargo-fmt-check: true
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}