diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 725615a..af7673e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: matrix: rust: - stable - - 1.56 + - 1.59 include: - rust: stable extra_components: rustfmt diff --git a/Cargo.toml b/Cargo.toml index 22dc0a6..8fe0c41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"