diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 674317a..7f624d1 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -25,5 +25,5 @@ tasks: cargo clippy --all-targets - oldstable: | cd copypasta - rustup toolchain install --profile minimal 1.60.0 - cargo +1.60.0 test + rustup toolchain install --profile minimal 1.61.0 + cargo +1.61.0 test diff --git a/.builds/linux.yml b/.builds/linux.yml index fad9563..fa8cffd 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -26,5 +26,5 @@ tasks: cargo clippy --all-targets - oldstable: | cd copypasta - rustup toolchain install --profile minimal 1.60.0 - cargo +1.60.0 test + rustup toolchain install --profile minimal 1.61.0 + cargo +1.61.0 test diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a856b8b..fb68eae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,6 @@ jobs: cargo clippy --all-targets - name: Oldstable run: | - rustup default 1.60.0 + rustup default 1.61.0 cargo clean cargo test diff --git a/Cargo.toml b/Cargo.toml index 045be48..b1f34dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT / Apache-2.0" keywords = ["clipboard"] exclude = ["/.travis.yml"] edition = "2021" -rust-version = "1.60.0" +rust-version = "1.61.0" [features] default = ["x11", "wayland"]