summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-30 11:35:06 +0200
committerCanop <cano.petrole@gmail.com>2020-06-30 11:35:06 +0200
commit12ae3b0092dbed1e7ae7d5821c4b9edbeaef408c (patch)
tree244ce78d783224b2adb3085f931f7ca005a01555
parentc7a1a961cae708e6f74315080c803f66cd6a2172 (diff)
version 0.18.3 - improve rendering speed
On some terminals there's a huge overhead per crossterm::StyledContent. This commit just replaces a bunch of char contents with some string contents.
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8e00613..66b1f5e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -84,7 +84,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.18.2"
+version = "0.18.3"
dependencies = [
"bet",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index bd91c54..dee9918 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.18.2"
+version = "0.18.3"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"