Bump versions 🎉
This commit is contained in:
parent
1bfb82c729
commit
c97306d269
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "window_clipboard"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A library to obtain clipboard access from a `raw-window-handle`"
|
||||
|
|
@ -22,7 +22,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.3", path = "./x11" }
|
||||
clipboard_x11 = { version = "0.4", path = "./x11" }
|
||||
clipboard_wayland = { version = "0.2", path = "./wayland" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "clipboard_x11"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "A library to obtain access to the X11 clipboard"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue