From 98a94cd1787b15f5f3d6860d91b8b82bc69d11bd Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Mon, 29 Jan 2024 15:38:34 +0100 Subject: [PATCH] Update `x11-clipboard` to `0.9.1` --- .builds/freebsd.yml | 4 ++-- .builds/linux.yml | 4 ++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index afb5790..672084a 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.65.0 - cargo +1.65.0 test + rustup toolchain install --profile minimal 1.66.0 + cargo +1.66.0 test diff --git a/.builds/linux.yml b/.builds/linux.yml index 356217a..3256a28 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.65.0 - cargo +1.65.0 test + rustup toolchain install --profile minimal 1.66.0 + cargo +1.66.0 test diff --git a/Cargo.toml b/Cargo.toml index 19f53c6..fb430b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ objc_id = "0.1" objc-foundation = "0.1" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies] -x11-clipboard = { version = "0.8.1", optional = true } +x11-clipboard = { version = "0.9.1", optional = true } smithay-clipboard = { version = "0.7.0", optional = true }