Skip to content

Update ttf-parser requirement from 0.20.0 to 0.22.0 #307

Update ttf-parser requirement from 0.20.0 to 0.22.0

Update ttf-parser requirement from 0.20.0 to 0.22.0 #307

Workflow file for this run

name: Plotters Bitmap Backend
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --package=plotters-bitmap
- uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --no-default-features --lib --package=plotters-bitmap