summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-11-30 22:17:11 +0100
committerCanop <cano.petrole@gmail.com>2021-11-30 22:17:11 +0100
commitffaa167cfcc97f5197e9291a88918cbf889c9f08 (patch)
treeed62af15b6339f02716f5c53037944f481621af9 /Cargo.toml
parentdbc814424d72554488c8131b040ec8126a05672a (diff)
fix hex view sometimes losing 1 or 2 ASCII characters
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9a09caf..9003d94 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.7.3"
+version = "1.7.4-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"