Merge pull request #19 from tarkah/update/x11rb

Update x11rb to 0.9
This commit is contained in:
Héctor Ramón 2022-05-10 20:20:25 +02:00 committed by GitHub
commit 1bfb82c729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"