Skip to content

Bump derive_builder from 0.20.1 to 0.20.2 #31

Bump derive_builder from 0.20.1 to 0.20.2

Bump derive_builder from 0.20.1 to 0.20.2 #31

Workflow file for this run

name: 🏗 build
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: cargo build --verbose