Skip to content

fix(deps): update rust crate tokio to v1.47.1 #45

fix(deps): update rust crate tokio to v1.47.1

fix(deps): update rust crate tokio to v1.47.1 #45

Workflow file for this run

name: ci
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
actions: read
contents: write
id-token: write
packages: write
security-events: write
jobs:
cargo:
uses: vexxhost/github-actions/.github/workflows/cargo.yml@main
image:
uses: vexxhost/github-actions/.github/workflows/nix-image.yaml@main
permissions:
id-token: write
contents: read
packages: write
with:
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}