From 49a90d4c31148a6533d9ee9a288f42b454b2f421 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 16 Oct 2020 19:46:03 +0200 Subject: Switch from not_bash to xshell --- Cargo.lock | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d470d84f2..7a77ed722 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,12 +421,6 @@ dependencies = [ "toolchain", ] -[[package]] -name = "fs-err" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431" - [[package]] name = "fsevent" version = "2.0.2" @@ -1920,17 +1914,32 @@ dependencies = [ "winapi-build", ] +[[package]] +name = "xshell" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f7f756f2faab73adb00db44db716598ab2c9e4bce4a875c053022291bd3cab4" +dependencies = [ + "xshell-macros", +] + +[[package]] +name = "xshell-macros" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51b020c2f3132b34067e2f6ebc58f0f210624898713a8186b8cdb75d3b8c3001" + [[package]] name = "xtask" version = "0.1.0" dependencies = [ "anyhow", "flate2", - "fs-err", "pico-args", "proc-macro2", "quote", "ungrammar", "walkdir", "write-json", + "xshell", ] -- cgit v1.2.3