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:
parent
27c5ed5f04
commit
511e968733
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
- 1.56
|
- 1.59
|
||||||
include:
|
include:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
extra_components: rustfmt
|
extra_components: rustfmt
|
||||||
|
@ -9,7 +9,7 @@ categories = ["network-programming", "multimedia"]
|
|||||||
description = "high-level RTSP multimedia streaming library"
|
description = "high-level RTSP multimedia streaming library"
|
||||||
repository = "https://github.com/scottlamb/retina"
|
repository = "https://github.com/scottlamb/retina"
|
||||||
include = ["src/**/*", "benches", "Cargo.toml"]
|
include = ["src/**/*", "benches", "Cargo.toml"]
|
||||||
rust-version = "1.56"
|
rust-version = "1.59"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user