From 0316755a5d19543febb35db8d8c743c5efb30d78 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Tue, 10 May 2022 10:35:28 -0700 Subject: [PATCH] Update x11rb to 0.9 --- x11/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"