summaryrefslogtreecommitdiffstats
path: root/copypasta
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@gmail.com>2019-11-25 14:04:16 -0800
committerChristian Duerr <contact@christianduerr.com>2019-11-25 23:04:16 +0100
commitcf714f1da0bf41045028132f0862d7907fc167a2 (patch)
treea1f2859fab1b8675a14acdcbd9f8667c4457db07 /copypasta
parent94068956e6133ff24b1553eacdfa50e31351b8fd (diff)
Bump x11-clipboard to 0.4.0
Diffstat (limited to 'copypasta')
-rw-r--r--copypasta/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml
index 3b9dd48c..8248ddbd 100644
--- a/copypasta/Cargo.toml
+++ b/copypasta/Cargo.toml
@@ -16,7 +16,7 @@ objc_id = "0.1"
objc-foundation = "0.1"
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies]
-x11-clipboard = "0.3"
+x11-clipboard = "0.4.0"
smithay-clipboard = "0.3.4"
wayland-client = { version = "0.23.3", features = ["dlopen"] }