From 335c2847d57ad8b89141da9060fe11524f29b9f4 Mon Sep 17 00:00:00 2001 From: Canop Date: Sat, 6 Nov 2021 20:13:35 +0100 Subject: upgrade terminal-clipboard to fix a problem on X11 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 987e046..bc18ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.7.0" +version = "1.7.1" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" @@ -55,7 +55,7 @@ strict = "0.1.4" syntect = "4.5" tempfile = "3.2" termimad = "0.17.0" -terminal-clipboard = { version = "0.3.0", optional = true } +terminal-clipboard = { version = "0.3.1", optional = true } toml = "0.5" umask = "1.0" unicode-width = "0.1.8" -- cgit v1.2.3