Update x11rb to 0.9

This commit is contained in:
Cory Forsstrom 2022-05-10 10:35:28 -07:00
parent 34f08b2093
commit 0316755a5d

View file

@ -10,5 +10,5 @@ documentation = "https://docs.rs/clipboard_x11"
keywords = ["clipboard", "x11"]
[dependencies]
x11rb = "0.8"
x11rb = "0.9"
thiserror = "1.0"