aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-10-16 18:46:03 +0100
committerAleksey Kladov <[email protected]>2020-10-17 01:42:42 +0100
commit49a90d4c31148a6533d9ee9a288f42b454b2f421 (patch)
treecf93fa6a4f3d18e8be27acf56ee85927fd6f66c7 /xtask/Cargo.toml
parentf0412da4a2c06e50030d13e37002d0440fc7cded (diff)
Switch from not_bash to xshell
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml2
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"
18ungrammar = "1.1.3" 18ungrammar = "1.1.3"
19walkdir = "2.3.1" 19walkdir = "2.3.1"
20write-json = "0.1.0" 20write-json = "0.1.0"
21fs-err = "2.3" 21xshell = "0.1"
22# Avoid adding more dependencies to this crate 22# Avoid adding more dependencies to this crate