Update to Rust 2021 edition

v5-api
Dominik Nakamura 3 years ago
parent 9913cba6ef
commit 4c6dcaec77
No known key found for this signature in database
GPG Key ID: E4C6A749B2491910

@ -33,6 +33,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
toolchain: [stable, 1.56]
steps:
- name: Checkout repository
uses: actions/checkout@v2
@ -40,7 +41,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: ${{ matrix.toolchain }}
override: true
- name: Configure cache
uses: Swatinem/rust-cache@v1

@ -2,8 +2,8 @@
name = "obws"
version = "0.8.0"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2018"
resolver = "2"
edition = "2021"
rust-version = "1.56"
license = "MIT"
readme = "README.md"
description = "The obws (obvious) remote control library for OBS."

Loading…
Cancel
Save