summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2018-12-15 19:08:53 +0100
committerCanop <cano.petrole@gmail.com>2018-12-15 19:08:53 +0100
commit3e58fd01805e33b85e00657d95e09c841dd73c35 (patch)
treefa8a0138740488ec1d875e4bc37e96388150e66a /Cargo.lock
parent5d87c5843c74e2fe4e62cea604c75d6840c8c8d2 (diff)
sort paths according to their lowercase parts
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index de23b7a..ff5f474 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -31,7 +31,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "broot"
-version = "0.3.1"
+version = "0.3.2"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"custom_error 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",