update minimum Rust version to 1.64

Apparently the new clap release needs this.
This commit is contained in:
Scott Lamb 2023-01-30 22:25:19 -08:00
parent 013e0bf970
commit df5aefc03b
No known key found for this signature in database
5 changed files with 5 additions and 3 deletions

View File

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

View File

@ -1,5 +1,6 @@
## unreleased
* minimum Rust version is now 1.64.
* remove obsolete workaround for GW security GW security GW4089IP's bad out-of-band parameters.
Instead, we treat them as unparseable and ignore them as described in the
`v0.4.2` notes below.

View File

@ -13,7 +13,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.59"
rust-version = "1.64"
[dependencies]
base64 = "0.13.0"

View File

@ -3,7 +3,7 @@ name = "client"
version = "0.0.0"
publish = false
edition = "2021"
rust-version = "1.59"
rust-version = "1.64"
[dependencies]
bytes = "1.0.1"

View File

@ -2,6 +2,7 @@
name = "webrtc-proxy"
version = "0.1.0"
edition = "2021"
rust-version = "1.64"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html