diff options
author | Veetaha <[email protected]> | 2020-08-29 15:47:13 +0100 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-08-29 15:47:13 +0100 |
commit | 4bc56ebd936cc1b580ef88c40eead2ba3209cdbe (patch) | |
tree | c0224114ff4821fae9fa4cc19e1c67106d242f7c /xtask/Cargo.toml | |
parent | 8146700f82b75cd3cda5191108b4277a9908c744 (diff) |
Replace custom `not_bash::fs2` setup with fs_err crate
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0750b5657..01a838825 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -18,4 +18,5 @@ quote = "1.0.2" | |||
18 | ungrammar = "1.1.3" | 18 | ungrammar = "1.1.3" |
19 | walkdir = "2.3.1" | 19 | walkdir = "2.3.1" |
20 | write-json = "0.1.0" | 20 | write-json = "0.1.0" |
21 | fs-err = "2.3" | ||
21 | # Avoid adding more dependencies to this crate | 22 | # Avoid adding more dependencies to this crate |