From 9597080825565b2ba8ea202b7027e91b02aaac7f Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 30 Jan 2024 13:41:01 +0000 Subject: feat: add store push (#1649) * feat: add store push * only push for the current host unless specified * tidy up * tidy up some more * sort features --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 688862e9..e7c52eef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -202,6 +202,7 @@ dependencies = [ "tracing-subscriber", "tracing-tree", "unicode-width", + "uuid", "whoami", ] -- cgit v1.3.1