diff options
author | Akshay <[email protected]> | 2022-02-19 15:14:59 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2022-02-19 15:14:59 +0000 |
commit | a80e252193096f22ae79fa03e66a0853ddae050e (patch) | |
tree | 710796b5feb58173e7c685b432f4654e8ad84e10 /vfs/Cargo.toml | |
parent | 2aec51a44015e9d466cd4bde3951e4f7e31db0cc (diff) |
parallelize statix-check
Diffstat (limited to 'vfs/Cargo.toml')
-rw-r--r-- | vfs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs/Cargo.toml b/vfs/Cargo.toml index 7a5dc6b..d1d654c 100644 --- a/vfs/Cargo.toml +++ b/vfs/Cargo.toml | |||
@@ -6,4 +6,4 @@ license = "MIT" | |||
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | indexmap = "1.6.2" | 8 | indexmap = "1.6.2" |
9 | 9 | rayon = "1.5.1" | |