Skip to content

Commit 6e40c45

Browse files
authored
Merge branch 'master' into do-not-copy-dir-entries
2 parents 84b2321 + c35d74a commit 6e40c45

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parallel-disk-usage"
33
description = "Highly parallelized, blazing fast directory tree analyzer"
4-
version = "0.12.0"
4+
version = "0.13.0"
55
authors = ["khai96_ <hvksmr1996@gmail.com>"]
66
edition = "2021"
77
readme = "README.md"

src/runtime_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub enum RuntimeError {
1212
/// [DataTreeReflection](crate::data_tree::Reflection) from stdin.
1313
#[display("DeserializationFailure: {_0}")]
1414
DeserializationFailure(serde_json::Error),
15-
/// When both `--json-input` and file names are both specified.
15+
/// When `--json-input` and file names are both specified.
1616
#[display("JsonInputArgConflict: Arguments exist alongside --json-input")]
1717
JsonInputArgConflict,
1818
/// When input JSON data is not a valid tree.

0 commit comments

Comments
 (0)