bump minimum Rust to 1.59

27c5ed5 uses destructuring assignments, introduced in this version.
Should address this CI failure:
https://github.com/scottlamb/retina/actions/runs/2303800235
This commit is contained in:
Scott Lamb 2022-05-10 16:03:33 -07:00
parent 27c5ed5f04
commit 511e968733
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
matrix:
rust:
- stable
- 1.56
- 1.59
include:
- rust: stable
extra_components: rustfmt

View File

@ -9,7 +9,7 @@ categories = ["network-programming", "multimedia"]
description = "high-level RTSP multimedia streaming library"
repository = "https://github.com/scottlamb/retina"
include = ["src/**/*", "benches", "Cargo.toml"]
rust-version = "1.56"
rust-version = "1.59"
[dependencies]
base64 = "0.13.0"