Skip to content

Commit

Permalink
Upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcobzarenco committed Jul 18, 2020
1 parent dfab6d9 commit 5e4b054
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ keywords = ["clipboard"]
readme = "README.md"

[target.'cfg(windows)'.dependencies]
clipboard-win = "2.0.0"
clipboard-win = "3.1.1"

[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2"
objc_id = "0.1"
objc-foundation = "0.1"
objc = "0.2.7"
objc_id = "0.1.1"
objc-foundation = "0.1.1"

[target.'cfg(any(target_os = "linux", target_os = "openbsd"))'.dependencies]
x11-clipboard = "0.3.0-alpha.1"
x11-clipboard = "0.5.1"

0 comments on commit 5e4b054

Please sign in to comment.