Skip to content

Bump clipboard-win from v3.0.2 to v4.5.0 #109

Bump clipboard-win from v3.0.2 to v4.5.0

Bump clipboard-win from v3.0.2 to v4.5.0 #109

Workflow file for this run

name: CI
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Stable
run: cargo test
- name: Clippy
run: |
rustup component add clippy
cargo clippy --all-targets
- name: Oldstable
run: |
rustup default 1.65.0
cargo clean
cargo test