summaryrefslogtreecommitdiffstats
path: root/copypasta/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <wchibisovkirill@gmail.com>2019-08-12 02:16:24 +0300
committerChristian Duerr <contact@christianduerr.com>2019-08-16 01:33:37 +0200
commit1da986ae2b5dd7c54875d45716eb2820920feaae (patch)
tree84809cb43ba098262c25ed798721242f60e8062f /copypasta/Cargo.toml
parent5cf77bf250712bf2630322f92c1025baa364922e (diff)
Fix smithay-clipboard integration
Fixes: #2574
Diffstat (limited to 'copypasta/Cargo.toml')
-rw-r--r--copypasta/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml
index ae65a7cb..3b9dd48c 100644
--- a/copypasta/Cargo.toml
+++ b/copypasta/Cargo.toml
@@ -17,7 +17,7 @@ objc-foundation = "0.1"
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies]
x11-clipboard = "0.3"
-smithay-clipboard = "0.3.2"
+smithay-clipboard = "0.3.4"
wayland-client = { version = "0.23.3", features = ["dlopen"] }
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dev-dependencies]