From 8c4db83dfbb186fb95227a02dba67fc542205a35 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Mon, 11 Jan 2021 21:50:50 +0000 Subject: [PATCH] Bump dependency version --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a5d298d..405ae4d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" [dependencies] colored = "2" -mosaic-tile = "0.2" +mosaic-tile = "0.4" pretty-bytes = "0.2" [profile.release] diff --git a/src/main.rs b/src/main.rs index beb57e39..e63cd822 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,7 @@ mod state; use colored::*; -use mosaic_tile::register_tile; +use mosaic_tile::*; use state::{FsEntry, State}; use std::{cmp::min, fs::read_dir};