summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2019-02-04 18:22:09 +0100
committerCanop <cano.petrole@gmail.com>2019-02-04 18:22:09 +0100
commitec1434fe03b5d27fdf9f28cb22b90326788d5012 (patch)
tree1c77b7ffab58196f6a29c6cf36a149a31f4f945e /src/main.rs
parent2317155e39ecfab5cd11c32e5dbed48fc8baa06b (diff)
make the application more responsive on slow disksv0.5.2
More frequent checks of task lifetime during builds. The cost isn't so important, it's worth the change for slow disk users when walking the whole disk.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index c243981..67895a7 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -49,7 +49,7 @@ use crate::external::Launchable;
use crate::tree_options::TreeOptions;
use crate::verbs::VerbStore;
-const VERSION: &str = "0.5.1";
+const VERSION: &str = "0.5.2";
// declare the possible CLI arguments, and gets the values
fn get_cli_args<'a>() -> clap::ArgMatches<'a> {