From 145104abdf351c8e419a04615e594555b202922f Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Mon, 11 Jan 2021 21:43:23 +0000 Subject: [PATCH] Move to published version of library --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e37b20f..dc03f272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" [dependencies] colored = "2" -mosaic-tile = { path = "/home/spinning/tll/Documents/Coding/Languages/Rust/mosaic-tile"} +mosaic-tile = "0.4" [profile.release] lto = true \ No newline at end of file