Bump dependency version
This commit is contained in:
parent
75136a613d
commit
8c4db83dfb
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
colored = "2"
|
colored = "2"
|
||||||
mosaic-tile = "0.2"
|
mosaic-tile = "0.4"
|
||||||
pretty-bytes = "0.2"
|
pretty-bytes = "0.2"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
mod state;
|
mod state;
|
||||||
|
|
||||||
use colored::*;
|
use colored::*;
|
||||||
use mosaic_tile::register_tile;
|
use mosaic_tile::*;
|
||||||
use state::{FsEntry, State};
|
use state::{FsEntry, State};
|
||||||
use std::{cmp::min, fs::read_dir};
|
use std::{cmp::min, fs::read_dir};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue