From 7f0bd532fd8a1977aaa5002b6f7efb6fb52b1929 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 9 May 2024 17:38:24 -0400 Subject: [PATCH] fix: clipboard update --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 193e9eb..7451994 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4820,7 +4820,7 @@ dependencies = [ [[package]] name = "smithay-clipboard" version = "0.8.0" -source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-4#9b995a33a88c496a90259dd207367a998c95ac98" +source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-4#ab422ddcc95a9a1717df094f9c8fe69e2fdb2a27" dependencies = [ "libc", "raw-window-handle 0.6.1",