diff --git a/x11/Cargo.toml b/x11/Cargo.toml index ccd05e3..9d9104d 100644 --- a/x11/Cargo.toml +++ b/x11/Cargo.toml @@ -10,5 +10,5 @@ documentation = "https://docs.rs/clipboard_x11" keywords = ["clipboard", "x11"] [dependencies] -x11rb = "0.8" +x11rb = "0.9" thiserror = "1.0"