Skip to content

build(deps): bump thiserror from 2.0.3 to 2.0.9 #545

build(deps): bump thiserror from 2.0.3 to 2.0.9

build(deps): bump thiserror from 2.0.3 to 2.0.9 #545

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