Skip to content

Commit

Permalink
Bump wl-clipboard-rs to 0.7
Browse files Browse the repository at this point in the history
The latest release ditches a bunch of duplicate/heavy dependencies (as
evident from the removals in `Cargo.lock`) and gets rid of spammy info
logs similar to 1Password#80.
  • Loading branch information
MarijnS95 committed Sep 24, 2022
1 parent 9a75a62 commit f6f7211
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 100 deletions.
130 changes: 31 additions & 99 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 @@ -41,7 +41,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" }
wl-clipboard-rs = { version = "0.6", optional = true }
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 f6f7211

Please sign in to comment.