Skip to content

Bump version to v0.8.29 #2406

Bump version to v0.8.29

Bump version to v0.8.29 #2406

Workflow file for this run

name: Check Doc Syntax
on:
push:
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
doc:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Show errors inline
uses: r7kamura/rust-problem-matchers@v1
- name: Install Rust nightly
run: rustup toolchain install nightly-2024-07-10
- name: Set Rust nightly as default
run: rustup default nightly-2024-07-10
- name: Build Docs
run: cargo doc --all-features --no-deps --document-private-items