Skip to content

Commit

Permalink
Update x11-clipboard to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xliiv committed Jun 14, 2022
1 parent 011d301 commit f400884
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 @@ -26,5 +26,5 @@ objc_id = "0.1"
objc-foundation = "0.1"

[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="ios", target_os="emscripten"))))'.dependencies]
x11-clipboard = { version = "0.5.1", optional = true }
x11-clipboard = { version = "0.6.1", optional = true }
smithay-clipboard = { version = "0.6.0", optional = true }
2 changes: 1 addition & 1 deletion src/x11_clipboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use std::marker::PhantomData;
use std::time::Duration;

use x11_clipboard::xcb::xproto::Atom;
use x11_clipboard::xcb::x::Atom;
use x11_clipboard::{Atoms, Clipboard as X11Clipboard};

use crate::common::*;
Expand Down

0 comments on commit f400884

Please sign in to comment.