Bump MSRV to 1.63

pull/31/head
Dominik Nakamura 1 year ago
parent dc41351b7d
commit cc3d0269c6
No known key found for this signature in database

@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
toolchain: [stable, "1.62"]
toolchain: [stable, "1.63"]
steps:
- name: Checkout repository
uses: actions/checkout@v3

@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Changed
- Update all dependencies to their lates version, most notably `base64` and `tokio-tungstenite`.
- The MSRV is now **1.63**.
## [0.10.0] - 2022-11-14

@ -3,7 +3,7 @@ name = "obws"
version = "0.10.0"
authors = ["Dominik Nakamura <dnaka91@gmail.com>"]
edition = "2021"
rust-version = "1.62"
rust-version = "1.63"
license = "MIT"
readme = "README.md"
description = "The obws (obvious) remote control library for OBS."

Loading…
Cancel
Save