Skip to content

Commit

Permalink
Bump x11-clipboard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Apr 11, 2022
1 parent a31b860 commit 9ad2e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ objc-foundation = "0.1"

[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies]
wl-clipboard-rs = "0.6"
x11-clipboard = "0.5.1"
x11-clipboard = "0.6"
2 changes: 1 addition & 1 deletion src/x11_clipboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::common::*;
use crate::Result;
use std::marker::PhantomData;
use std::time::Duration;
use x11_clipboard_crate::xcb::xproto::Atom;
use x11_clipboard_crate::xcb::x::Atom;
use x11_clipboard_crate::Atoms;
use x11_clipboard_crate::Clipboard as X11Clipboard;

Expand Down

0 comments on commit 9ad2e48

Please # to comment.