diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-03 22:57:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 22:57:54 +0000 |
commit | e98ea64c748f1cce673c97adbc72e6a9a3c11e5f (patch) | |
tree | aba9d97bc30eb7a78669a557b9d3ffd4a77df789 /copypasta | |
parent | 86ccd0566edf97849079889a80e67669332c37cb (diff) | |
download | alacritty-e98ea64c748f1cce673c97adbc72e6a9a3c11e5f.tar.gz alacritty-e98ea64c748f1cce673c97adbc72e6a9a3c11e5f.zip |
Bump dependencies
Diffstat (limited to 'copypasta')
-rw-r--r-- | copypasta/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copypasta/Cargo.toml b/copypasta/Cargo.toml index 869857ff..3ad221de 100644 --- a/copypasta/Cargo.toml +++ b/copypasta/Cargo.toml @@ -14,4 +14,4 @@ objc_id = "0.1" objc-foundation = "0.1" [target.'cfg(windows)'.dependencies] -clipboard = "0.4.2" +clipboard = "0.5.0" |