Skip to content

Update image requirement from 0.24.3 to 0.25.1 #289

Update image requirement from 0.24.3 to 0.25.1

Update image requirement from 0.24.3 to 0.25.1 #289

name: Plotters 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-backend