From eec369da574e00eee5a9a072fa75bb9143fa0727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 9 Mar 2021 03:01:10 +0100 Subject: [PATCH] Bump versions :tada: --- Cargo.toml | 6 +++--- wayland/Cargo.toml | 2 +- x11/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 19e5e23..ea2c5ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "window_clipboard" -version = "0.1.4" +version = "0.2.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A library to obtain clipboard access from a `raw-window-handle`" @@ -21,8 +21,8 @@ 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.2", path = "./x11" } -clipboard_wayland = { version = "0.1", path = "./wayland" } +clipboard_x11 = { version = "0.3", path = "./x11" } +clipboard_wayland = { version = "0.2", path = "./wayland" } [dev-dependencies] winit = "0.23" diff --git a/wayland/Cargo.toml b/wayland/Cargo.toml index d53e378..70386c5 100644 --- a/wayland/Cargo.toml +++ b/wayland/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard_wayland" -version = "0.1.2" +version = "0.2.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A library to obtain access to the clipboard of a Wayland window" diff --git a/x11/Cargo.toml b/x11/Cargo.toml index 020a7ef..91546fa 100644 --- a/x11/Cargo.toml +++ b/x11/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clipboard_x11" -version = "0.2.0" +version = "0.3.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A library to obtain access to the X11 clipboard"