From aeda90d4ef8f1152d17b10825aa8bcdb20f3c245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 11 Feb 2021 22:52:00 +0100 Subject: [PATCH] Bump versions :tada: --- Cargo.toml | 4 ++-- x11/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d64bfce..19e5e23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "window_clipboard" -version = "0.1.3" +version = "0.1.4" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A library to obtain clipboard access from a `raw-window-handle`" @@ -21,7 +21,7 @@ clipboard-win = { version = "4.0", features = ["std"] } clipboard_macos = { version = "0.1", path = "./macos" } [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios"))))'.dependencies] -clipboard_x11 = { version = "0.1", path = "./x11" } +clipboard_x11 = { version = "0.2", path = "./x11" } clipboard_wayland = { version = "0.1", path = "./wayland" } [dev-dependencies] diff --git a/x11/Cargo.toml b/x11/Cargo.toml index 174187e..020a7ef 100644 --- a/x11/Cargo.toml +++ b/x11/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard_x11" -version = "0.1.0" +version = "0.2.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A library to obtain access to the X11 clipboard"