From 8a816d8f218e290041bb5ef6d3b695c38e0a53b7 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Wed, 1 May 2024 11:55:55 -0400 Subject: [PATCH] chore: update smithay-clipboard --- dnd/Cargo.toml | 2 +- mime/Cargo.toml | 2 +- wayland/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dnd/Cargo.toml b/dnd/Cargo.toml index f977386..207195e 100644 --- a/dnd/Cargo.toml +++ b/dnd/Cargo.toml @@ -9,7 +9,7 @@ bitflags = "2.5.0" raw-window-handle = "0.6" [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios", target_os="redox"))))'.dependencies] -smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-3", features = [ +smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-4", features = [ "dnd", ] } sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", default-features = false, features = [ diff --git a/mime/Cargo.toml b/mime/Cargo.toml index 61643a0..5628e18 100644 --- a/mime/Cargo.toml +++ b/mime/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios", target_os="redox"))))'.dependencies] -smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-3" } +smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-4" } diff --git a/wayland/Cargo.toml b/wayland/Cargo.toml index eafd122..46d0497 100644 --- a/wayland/Cargo.toml +++ b/wayland/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["clipboard", "wayland"] [dependencies] -smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-3", features = [ +smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "pop-dnd-4", features = [ "dnd", ] } mime = { path = "../mime" }