Skip to content

chore: bump package versions to 0.12.0 and update changelog #486

chore: bump package versions to 0.12.0 and update changelog

chore: bump package versions to 0.12.0 and update changelog #486

Workflow file for this run

name: Build Status (Windows)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Build crates
runs-on: windows-latest
steps:
- uses: actions/checkout@v7
with:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Build crates
run: cargo build --all-targets --no-default-features --features=kernels,render