Skip to content

Update atomic requirement from 0.5 to 0.6 #58

Update atomic requirement from 0.5 to 0.6

Update atomic requirement from 0.5 to 0.6 #58

Workflow file for this run

on: [push, pull_request]
name: Stable benchmarks
jobs:
performances:
name: Bench
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo bench
uses: actions-rs/cargo@v1
with:
command: bench
toolchain: stable
args: --bench uuid --features uuid