Skip to content

Commit

Permalink
Update x11rb to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Mar 18, 2023
1 parent f24df29 commit bc38279
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
31 changes: 22 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ image = { version = "0.24", optional = true, default-features = false, features

[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten"))))'.dependencies]
log = "0.4"
x11rb = { version = "0.10" }
x11rb = { version = "0.11" }
wl-clipboard-rs = { version = "0.7", optional = true }
image = { version = "0.24", optional = true, default-features = false, features = ["png"] }
parking_lot = "0.12"
Expand Down

0 comments on commit bc38279

Please sign in to comment.