diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-15 19:08:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-15 19:08:51 +0000 |
commit | 1b26059a0627bcdc8fe6aabdb3edd37867ad7217 (patch) | |
tree | e3e7dc52fc8f18edbac6ca62546c33a485260c40 /copypasta | |
parent | d3cc9743b7cd994bc04966b4de6a87e8714a6ebb (diff) | |
download | alacritty-1b26059a0627bcdc8fe6aabdb3edd37867ad7217.tar.gz alacritty-1b26059a0627bcdc8fe6aabdb3edd37867ad7217.zip |
Bump smithay-clipboard dependency version
Diffstat (limited to 'copypasta')
-rw-r--r-- | copypasta/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml index 229404c3..ae65a7cb 100644 --- a/copypasta/Cargo.toml +++ b/copypasta/Cargo.toml @@ -17,9 +17,9 @@ 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.0" -wayland-client = { version = "0.22", features = ["dlopen"] } +smithay-clipboard = "0.3.2" +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] andrew = "0.2.1" -smithay-client-toolkit = "0.5" +smithay-client-toolkit = "0.6.1" |