From 1fe177352dba5ef587c616428c653003ba5ae26c Mon Sep 17 00:00:00 2001 From: PradeepKiruvale Date: Mon, 30 Aug 2021 20:13:40 +0530 Subject: [CIT-540] create .agent directory (#405) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [CIT-525] extend tedge dis/connect to dis/enable sm services * enable services postinstall * fix minor issues * address review comments * update the println * remove to_do macro * add system tests * add use_agent flag * refactor common code * address review comments * address review comment * Update tedge/src/cli/connect/command.rs * update log * [CIT-540] create .agent directory * fix the apt plugin permission issue * address PR comment * disable tests for tarpaulin * fix tarpaulin issue * revert the tarpaulin changes * update workflow Co-authored-by: Pradeep Kumar K J Co-authored-by: Sebastian Büttner --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 1a1ca35f..b46bd14d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2552,7 +2552,6 @@ dependencies = [ "serde_json", "structopt", "tedge_config", - "tedge_users", "tedge_utils", "tempfile", "thiserror", -- cgit v1.2.3