From ef3e8eb77882dfd2326059fe2d3c743618b778d7 Mon Sep 17 00:00:00 2001 From: Barnaby Keene Date: Tue, 8 Oct 2019 21:16:52 +0100 Subject: [PATCH] fix: update Cargo.lock with correct hash for starship fork --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c731204f9..4dddf7e13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,7 +2517,7 @@ dependencies = [ [[package]] name = "starship" version = "0.21.0" -source = "git+https://github.com/Southclaws/Starship?branch=prompt-api#00e5e2b7ce9f4968c037914e81e9ff95abe250c8" +source = "git+https://github.com/Southclaws/Starship?branch=prompt-api#de96556f8804f63a32a4f08c733fbb2c646f72f3" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "battery 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2543,7 +2543,7 @@ dependencies = [ [[package]] name = "starship_module_config_derive" version = "0.1.0" -source = "git+https://github.com/Southclaws/Starship?branch=prompt-api#00e5e2b7ce9f4968c037914e81e9ff95abe250c8" +source = "git+https://github.com/Southclaws/Starship?branch=prompt-api#de96556f8804f63a32a4f08c733fbb2c646f72f3" dependencies = [ "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",