diff options
author | Aleksey Kladov <[email protected]> | 2020-10-16 18:46:03 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-10-17 01:42:42 +0100 |
commit | 49a90d4c31148a6533d9ee9a288f42b454b2f421 (patch) | |
tree | cf93fa6a4f3d18e8be27acf56ee85927fd6f66c7 /xtask/Cargo.toml | |
parent | f0412da4a2c06e50030d13e37002d0440fc7cded (diff) |
Switch from not_bash to xshell
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 01a838825..2ef956485 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -18,5 +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 | xshell = "0.1" |
22 | # Avoid adding more dependencies to this crate | 22 | # Avoid adding more dependencies to this crate |