Skip to content

build(deps): bump tracing from 0.1.40 to 0.1.41 #509

build(deps): bump tracing from 0.1.40 to 0.1.41

build(deps): bump tracing from 0.1.40 to 0.1.41 #509

Workflow file for this run

name: "nightly"
on:
workflow_dispatch:
pull_request:
schedule:
- cron: "0 5 * * 1-5"
permissions:
contents: write
jobs:
nightly_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- run: cargo +nightly build