Skip to content

Bump mimalloc from 0.1.34 to 0.1.39 #14

Bump mimalloc from 0.1.34 to 0.1.39

Bump mimalloc from 0.1.34 to 0.1.39 #14

Workflow file for this run

name: Build with MSRV (minimal supported Rust version)
on:
workflow_dispatch:
push:
paths:
- 'Cargo.lock'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@1.64
- name: Check
run: cargo check