diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-11-26 00:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 00:45:35 +0100 |
commit | fe9644805ba97c9d8ebec0da257fe73d28e53300 (patch) | |
tree | c477ae33a6ce67ed26e7210a4f0428427e249897 /copypasta | |
parent | cf714f1da0bf41045028132f0862d7907fc167a2 (diff) | |
download | alacritty-fe9644805ba97c9d8ebec0da257fe73d28e53300.tar.gz alacritty-fe9644805ba97c9d8ebec0da257fe73d28e53300.zip |
Bump copypasta to 0.6.1
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 8248ddbd..ab0eee38 100644 --- a/copypasta/Cargo.toml +++ b/copypasta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copypasta" -version = "0.6.0" +version = "0.6.1" authors = ["Christian Duerr <contact@christianduerr.com>"] description = "copypasta is a cross-platform library for getting and setting the contents of the OS-level clipboard." repository = "https://github.com/jwilm/alacritty" |