update smithay_clipboard to 0.6 and dev winit to 0.23

This commit is contained in:
aentity 2020-10-21 22:34:59 -07:00
parent 3a9cf35718
commit 95ac897439
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "window_clipboard"
version = "0.1.2"
version = "0.1.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`"
@ -25,7 +25,7 @@ clipboard_x11 = { version = "0.1", path = "./x11" }
clipboard_wayland = { version = "0.1", path = "./wayland" }
[dev-dependencies]
winit = "0.22"
winit = "0.23"
[workspace]
members = [

View file

@ -1,6 +1,6 @@
[package]
name = "clipboard_wayland"
version = "0.1.1"
version = "0.1.2"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A library to obtain access to the clipboard of a Wayland window"
@ -10,4 +10,4 @@ documentation = "https://docs.rs/clipboard_wayland"
keywords = ["clipboard", "wayland"]
[dependencies]
smithay-clipboard = "0.5.1"
smithay-clipboard = "0.6"