From 3653c1af4d99ab73fc22c3339cb79b7e52dbcf74 Mon Sep 17 00:00:00 2001 From: Penguin Date: Wed, 9 Feb 2022 19:07:44 -0600 Subject: [PATCH] migrating --- igloo_core/src/igloo_target.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/igloo_core/src/igloo_target.rs b/igloo_core/src/igloo_target.rs index 836a7a9..ac13ce2 100644 --- a/igloo_core/src/igloo_target.rs +++ b/igloo_core/src/igloo_target.rs @@ -134,6 +134,7 @@ impl IglooTarget // and a .toml pub fn target_from_existing(prj: &IglooProject, name: String) -> Result { + Ok(IglooTarget::_default()) }